Html Css Color HEX #A87A1E Hacienda

📋 copy color: '#A87A1E'

red 168 ◦ green 122 ◦ blue 30

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

Shades of Hacienda #A87A1E

Tints of Hacienda #A87A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 52.5%
G = 38.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A87A1E (or 0xA87A1E) is known color: Hacienda. HEX triplet: A8, 7A and 1E. RGB value is (168,122,30). Sum of RGB (Red+Green+Blue) = 168+122+30=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A1E is #5785E1. Grayscale: #7D7D7D. Windows color (decimal): -5735906 or 1997480. OLE color: 1997480.

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

Color convert

RGB 168 122 30 -
CMYK 0 0.27 0.82 0.34
HSL 40º 0.7% 0.39% -
HSV(B) 40º 0.82% 0.66% -
XYZ 23.34 22.34 4.31 -
YUV 125.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 168 122 30 0 0.27 0.82 0.34 40 0.7 0.39
Hex A8 7A 1E 0 1B 52 22 28 46 27
Octal 250 172 36 0 33 122 42 50 106 47
Binary 10101000 1111010 11110 0 11011 1010010 100010 101000 1000110 100111

Color Harmonies of #A87A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A1E

Black with #A87A1E

Text Example


Text Example

White with #A87A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A1E; }

 p { color: rgb(168,122,30); }

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

background-color css

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

 a { background-color: rgb(168,122,30); }

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

border-color css

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

 span { border-color: rgb(168,122,30); }

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