Html Css Color HEX #A67918 Hacienda

📋 copy color: '#A67918'

red 166 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #A67918

Tints of Hacienda #A67918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 53.38%
G = 38.91%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A67918 (or 0xA67918) is known color: Hacienda. HEX triplet: A6, 79 and 18. RGB value is (166,121,24). Sum of RGB (Red+Green+Blue) = 166+121+24=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A67918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67918 is #5986E7. Grayscale: #7B7B7B. Windows color (decimal): -5867240 or 1604006. OLE color: 1604006.

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

Color convert

RGB 166 121 24 -
CMYK 0 0.27 0.86 0.35
HSL 40.99º 0.75% 0.37% -
HSV(B) 40.99º 0.86% 0.65% -
XYZ 22.73 21.85 3.88 -
YUV 123.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 166 121 24 0 0.27 0.86 0.35 40.99 0.75 0.37
Hex A6 79 18 0 1B 56 23 29 4B 25
Octal 246 171 30 0 33 126 43 51 113 45
Binary 10100110 1111001 11000 0 11011 1010110 100011 101001 1001011 100101

Color Harmonies of #A67918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67918

Black with #A67918

Text Example


Text Example

White with #A67918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67918; }

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

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

background-color css

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

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

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

border-color css

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

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

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