Html Css Color HEX #A07858 Pale Brown

📋 copy color: '#A07858'

red 160 ◦ green 120 ◦ blue 88

#A07858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #A07858

Tints of Pale Brown #A07858

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

 GREEN value IS 120 (47.27% from 255) = 32.61%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 43.48%
G = 32.61%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A07858 (or 0xA07858) is known color: Pale Brown. HEX triplet: A0, 78 and 58. RGB value is (160,120,88). Sum of RGB (Red+Green+Blue) = 160+120+88=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A07858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07858 is #5F87A7. Grayscale: #808080. Windows color (decimal): -6260648 or 5798048. OLE color: 5798048.

HSL color Cylindrical-coordinate representation of color #A07858: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07858 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 88 -
CMYK 0 0.25 0.45 0.37
HSL 26.67º 0.29% 0.49% -
HSV(B) 26.67º 0.45% 0.63% -
XYZ 22.98 21.61 12.19 -
YUV 128.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 160 120 88 0 0.25 0.45 0.37 26.67 0.29 0.49
Hex A0 78 58 0 19 2D 25 1B 1D 31
Octal 240 170 130 0 31 55 45 33 35 61
Binary 10100000 1111000 1011000 0 11001 101101 100101 11011 11101 110001

Color Harmonies of #A07858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07858

Black with #A07858

Text Example


Text Example

White with #A07858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07858; }

 p { color: rgb(160,120,88); }

 H1.HeaderClassName
 {
   color: #A07858;
 }
 .AnyTagClassName
 {
   color: #A07858;
 }
</style>

background-color css

<style>
 a { background-color: #A07858; }

 a { background-color: rgb(160,120,88); }

 div.DivClassName
 {
   background-color: #A07858;
 }
 .BgClassName
 {
   background-color: #A07858;
 }
</style>

border-color css

<style>
 span { border-color: #A07858; }

 span { border-color: rgb(160,120,88); }

 td.TdClassName
 {
   border-color: #A07858;
 }
 .TagClassName
 {
   border-color: #A07858;
 }
</style>