Html Css Color HEX #A68118 Hacienda

📋 copy color: '#A68118'

red 166 ◦ green 129 ◦ blue 24

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

Shades of Hacienda #A68118

Tints of Hacienda #A68118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 52.04%
G = 40.44%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68118 (or 0xA68118) is known color: Hacienda. HEX triplet: A6, 81 and 18. RGB value is (166,129,24). Sum of RGB (Red+Green+Blue) = 166+129+24=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68118 is #597EE7. Grayscale: #808080. Windows color (decimal): -5865192 or 1606054. OLE color: 1606054.

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

Color convert

RGB 166 129 24 -
CMYK 0 0.22 0.86 0.35
HSL 44.37º 0.75% 0.37% -
HSV(B) 44.37º 0.86% 0.65% -
XYZ 23.74 23.87 4.22 -
YUV 128.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 166 129 24 0 0.22 0.86 0.35 44.37 0.75 0.37
Hex A6 81 18 0 16 56 23 2C 4B 25
Octal 246 201 30 0 26 126 43 54 113 45
Binary 10100110 10000001 11000 0 10110 1010110 100011 101100 1001011 100101

Color Harmonies of #A68118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68118

Black with #A68118

Text Example


Text Example

White with #A68118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68118; }

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

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

background-color css

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

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

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

border-color css

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

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

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