Html Css Color HEX #A87D1B Hacienda

📋 copy color: '#A87D1B'

red 168 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #A87D1B

Tints of Hacienda #A87D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 52.5%
G = 39.06%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A87D1B (or 0xA87D1B) is known color: Hacienda. HEX triplet: A8, 7D and 1B. RGB value is (168,125,27). Sum of RGB (Red+Green+Blue) = 168+125+27=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D1B is #5782E4. Grayscale: #7F7F7F. Windows color (decimal): -5735141 or 1801640. OLE color: 1801640.

HSL color Cylindrical-coordinate representation of color #A87D1B: hue angle of 41.7º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A87D1B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 27 -
CMYK 0 0.26 0.84 0.34
HSL 41.7º 0.72% 0.38% -
HSV(B) 41.7º 0.84% 0.66% -
XYZ 23.68 23.07 4.24 -
YUV 126.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 168 125 27 0 0.26 0.84 0.34 41.7 0.72 0.38
Hex A8 7D 1B 0 1A 54 22 2A 48 26
Octal 250 175 33 0 32 124 42 52 110 46
Binary 10101000 1111101 11011 0 11010 1010100 100010 101010 1001000 100110

Color Harmonies of #A87D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D1B

Black with #A87D1B

Text Example


Text Example

White with #A87D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D1B; }

 p { color: rgb(168,125,27); }

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

background-color css

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

 a { background-color: rgb(168,125,27); }

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

border-color css

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

 span { border-color: rgb(168,125,27); }

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