Html Css Color HEX #A07859 Pale Brown

📋 copy color: '#A07859'

red 160 ◦ green 120 ◦ blue 89

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

Shades of Pale Brown #A07859

Tints of Pale Brown #A07859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 43.36%
G = 32.52%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A07859 (or 0xA07859) is known color: Pale Brown. HEX triplet: A0, 78 and 59. RGB value is (160,120,89). Sum of RGB (Red+Green+Blue) = 160+120+89=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A07859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07859 is #5F87A6. Grayscale: #808080. Windows color (decimal): -6260647 or 5863584. OLE color: 5863584.

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

Color convert

RGB 160 120 89 -
CMYK 0 0.25 0.44 0.37
HSL 26.2º 0.29% 0.49% -
HSV(B) 26.2º 0.44% 0.63% -
XYZ 23.02 21.63 12.41 -
YUV 128.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 160 120 89 0 0.25 0.44 0.37 26.2 0.29 0.49
Hex A0 78 59 0 19 2C 25 1A 1D 31
Octal 240 170 131 0 31 54 45 32 35 61
Binary 10100000 1111000 1011001 0 11001 101100 100101 11010 11101 110001

Color Harmonies of #A07859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07859

Black with #A07859

Text Example


Text Example

White with #A07859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07859; }

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

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

background-color css

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

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

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

border-color css

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

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

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