Html Css Color HEX #A68418 Hacienda

📋 copy color: '#A68418'

red 166 ◦ green 132 ◦ blue 24

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

Shades of Hacienda #A68418

Tints of Hacienda #A68418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 51.55%
G = 40.99%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68418 (or 0xA68418) is known color: Hacienda. HEX triplet: A6, 84 and 18. RGB value is (166,132,24). Sum of RGB (Red+Green+Blue) = 166+132+24=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A68418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68418 is #597BE7. Grayscale: #828282. Windows color (decimal): -5864424 or 1606822. OLE color: 1606822.

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

Color convert

RGB 166 132 24 -
CMYK 0 0.20 0.86 0.35
HSL 45.63º 0.75% 0.37% -
HSV(B) 45.63º 0.86% 0.65% -
XYZ 24.14 24.68 4.35 -
YUV 129.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 166 132 24 0 0.20 0.86 0.35 45.63 0.75 0.37
Hex A6 84 18 0 14 56 23 2E 4B 25
Octal 246 204 30 0 24 126 43 56 113 45
Binary 10100110 10000100 11000 0 10100 1010110 100011 101110 1001011 100101

Color Harmonies of #A68418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68418

Black with #A68418

Text Example


Text Example

White with #A68418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68418; }

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

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

background-color css

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

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

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

border-color css

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

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

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