Html Css Color HEX #A68918 Hacienda

📋 copy color: '#A68918'

red 166 ◦ green 137 ◦ blue 24

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

Shades of Hacienda #A68918

Tints of Hacienda #A68918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 50.76%
G = 41.9%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68918 (or 0xA68918) is known color: Hacienda. HEX triplet: A6, 89 and 18. RGB value is (166,137,24). Sum of RGB (Red+Green+Blue) = 166+137+24=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A68918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68918 is #5976E7. Grayscale: #858585. Windows color (decimal): -5863144 or 1608102. OLE color: 1608102.

HSL color Cylindrical-coordinate representation of color #A68918: hue angle of 47.75º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A68918 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 24 -
CMYK 0 0.17 0.86 0.35
HSL 47.75º 0.75% 0.37% -
HSV(B) 47.75º 0.86% 0.65% -
XYZ 24.84 26.06 4.59 -
YUV 132.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 166 137 24 0 0.17 0.86 0.35 47.75 0.75 0.37
Hex A6 89 18 0 11 56 23 30 4B 25
Octal 246 211 30 0 21 126 43 60 113 45
Binary 10100110 10001001 11000 0 10001 1010110 100011 110000 1001011 100101

Color Harmonies of #A68918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68918

Black with #A68918

Text Example


Text Example

White with #A68918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68918; }

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

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

background-color css

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

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

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

border-color css

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

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

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