Html Css Color HEX #A8861F Hacienda

📋 copy color: '#A8861F'

red 168 ◦ green 134 ◦ blue 31

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

Shades of Hacienda #A8861F

Tints of Hacienda #A8861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 50.45%
G = 40.24%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8861F (or 0xA8861F) is known color: Hacienda. HEX triplet: A8, 86 and 1F. RGB value is (168,134,31). Sum of RGB (Red+Green+Blue) = 168+134+31=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8861F is #5779E0. Grayscale: #848484. Windows color (decimal): -5732833 or 2066088. OLE color: 2066088.

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

Color convert

RGB 168 134 31 -
CMYK 0 0.20 0.82 0.34
HSL 45.11º 0.69% 0.39% -
HSV(B) 45.11º 0.82% 0.66% -
XYZ 24.92 25.47 4.9 -
YUV 132.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 168 134 31 0 0.20 0.82 0.34 45.11 0.69 0.39
Hex A8 86 1F 0 14 52 22 2D 45 27
Octal 250 206 37 0 24 122 42 55 105 47
Binary 10101000 10000110 11111 0 10100 1010010 100010 101101 1000101 100111

Color Harmonies of #A8861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8861F

Black with #A8861F

Text Example


Text Example

White with #A8861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8861F; }

 p { color: rgb(168,134,31); }

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

background-color css

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

 a { background-color: rgb(168,134,31); }

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

border-color css

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

 span { border-color: rgb(168,134,31); }

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