Html Css Color HEX #A87B20 Hacienda

📋 copy color: '#A87B20'

red 168 ◦ green 123 ◦ blue 32

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

Shades of Hacienda #A87B20

Tints of Hacienda #A87B20

RGB

 RED value IS 168 (66.02% from 255) = 52.01%

 GREEN value IS 123 (48.44% from 255) = 38.08%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 52.01%
G = 38.08%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A87B20 (or 0xA87B20) is known color: Hacienda. HEX triplet: A8, 7B and 20. RGB value is (168,123,32). Sum of RGB (Red+Green+Blue) = 168+123+32=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B20 is #5784DF. Grayscale: #7E7E7E. Windows color (decimal): -5735648 or 2128808. OLE color: 2128808.

HSL color Cylindrical-coordinate representation of color #A87B20: hue angle of 40.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A87B20 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 32 -
CMYK 0 0.27 0.81 0.34
HSL 40.15º 0.68% 0.39% -
HSV(B) 40.15º 0.81% 0.66% -
XYZ 23.49 22.6 4.49 -
YUV 126.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 168 123 32 0 0.27 0.81 0.34 40.15 0.68 0.39
Hex A8 7B 20 0 1B 51 22 28 44 27
Octal 250 173 40 0 33 121 42 50 104 47
Binary 10101000 1111011 100000 0 11011 1010001 100010 101000 1000100 100111

Color Harmonies of #A87B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B20

Black with #A87B20

Text Example


Text Example

White with #A87B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B20; }

 p { color: rgb(168,123,32); }

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

background-color css

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

 a { background-color: rgb(168,123,32); }

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

border-color css

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

 span { border-color: rgb(168,123,32); }

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