Html Css Color HEX #A6881F Hacienda

📋 copy color: '#A6881F'

red 166 ◦ green 136 ◦ blue 31

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

Shades of Hacienda #A6881F

Tints of Hacienda #A6881F

RGB

 RED value IS 166 (65.23% from 255) = 49.85%

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 49.85%
G = 40.84%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6881F (or 0xA6881F) is known color: Hacienda. HEX triplet: A6, 88 and 1F. RGB value is (166,136,31). Sum of RGB (Red+Green+Blue) = 166+136+31=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A6881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6881F is #5977E0. Grayscale: #858585. Windows color (decimal): -5863393 or 2066598. OLE color: 2066598.

HSL color Cylindrical-coordinate representation of color #A6881F: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6881F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 31 -
CMYK 0 0.18 0.81 0.35
HSL 46.67º 0.69% 0.39% -
HSV(B) 46.67º 0.81% 0.65% -
XYZ 24.78 25.81 4.97 -
YUV 133 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 166 136 31 0 0.18 0.81 0.35 46.67 0.69 0.39
Hex A6 88 1F 0 12 51 23 2F 45 27
Octal 246 210 37 0 22 121 43 57 105 47
Binary 10100110 10001000 11111 0 10010 1010001 100011 101111 1000101 100111

Color Harmonies of #A6881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6881F

Black with #A6881F

Text Example


Text Example

White with #A6881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6881F; }

 p { color: rgb(166,136,31); }

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

background-color css

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

 a { background-color: rgb(166,136,31); }

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

border-color css

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

 span { border-color: rgb(166,136,31); }

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