Html Css Color HEX #A87B1E Hacienda

📋 copy color: '#A87B1E'

red 168 ◦ green 123 ◦ blue 30

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

Shades of Hacienda #A87B1E

Tints of Hacienda #A87B1E

RGB

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

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

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

R = 52.34%
G = 38.32%
B = 9.35%

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

#A87B1E (or 0xA87B1E) is known color: Hacienda. HEX triplet: A8, 7B and 1E. RGB value is (168,123,30). Sum of RGB (Red+Green+Blue) = 168+123+30=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B1E is #5784E1. Grayscale: #7E7E7E. Windows color (decimal): -5735650 or 1997736. OLE color: 1997736.

HSL color Cylindrical-coordinate representation of color #A87B1E: hue angle of 40.43º 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 #A87B1E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 30 -
CMYK 0 0.27 0.82 0.34
HSL 40.43º 0.7% 0.39% -
HSV(B) 40.43º 0.82% 0.66% -
XYZ 23.47 22.58 4.35 -
YUV 125.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 168 123 30 0 0.27 0.82 0.34 40.43 0.7 0.39
Hex A8 7B 1E 0 1B 52 22 28 46 27
Octal 250 173 36 0 33 122 42 50 106 47
Binary 10101000 1111011 11110 0 11011 1010010 100010 101000 1000110 100111

Color Harmonies of #A87B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B1E

Black with #A87B1E

Text Example


Text Example

White with #A87B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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