Html Css Color HEX #A6891F Hacienda

📋 copy color: '#A6891F'

red 166 ◦ green 137 ◦ blue 31

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

Shades of Hacienda #A6891F

Tints of Hacienda #A6891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 49.7%
G = 41.02%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6891F (or 0xA6891F) is known color: Hacienda. HEX triplet: A6, 89 and 1F. RGB value is (166,137,31). Sum of RGB (Red+Green+Blue) = 166+137+31=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A6891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6891F is #5976E0. Grayscale: #868686. Windows color (decimal): -5863137 or 2066854. OLE color: 2066854.

HSL color Cylindrical-coordinate representation of color #A6891F: hue angle of 47.11º 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 #A6891F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 31 -
CMYK 0 0.17 0.81 0.35
HSL 47.11º 0.69% 0.39% -
HSV(B) 47.11º 0.81% 0.65% -
XYZ 24.92 26.1 5.02 -
YUV 133.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 166 137 31 0 0.17 0.81 0.35 47.11 0.69 0.39
Hex A6 89 1F 0 11 51 23 2F 45 27
Octal 246 211 37 0 21 121 43 57 105 47
Binary 10100110 10001001 11111 0 10001 1010001 100011 101111 1000101 100111

Color Harmonies of #A6891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6891F

Black with #A6891F

Text Example


Text Example

White with #A6891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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