Html Css Color HEX #A68417 Hacienda

📋 copy color: '#A68417'

red 166 ◦ green 132 ◦ blue 23

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

Shades of Hacienda #A68417

Tints of Hacienda #A68417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 51.71%
G = 41.12%
B = 7.17%

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

#A68417 (or 0xA68417) is known color: Hacienda. HEX triplet: A6, 84 and 17. RGB value is (166,132,23). Sum of RGB (Red+Green+Blue) = 166+132+23=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68417 is #597BE8. Grayscale: #828282. Windows color (decimal): -5864425 or 1541286. OLE color: 1541286.

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

Color convert

RGB 166 132 23 -
CMYK 0 0.20 0.86 0.35
HSL 45.73º 0.76% 0.37% -
HSV(B) 45.73º 0.86% 0.65% -
XYZ 24.13 24.67 4.3 -
YUV 129.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 166 132 23 0 0.20 0.86 0.35 45.73 0.76 0.37
Hex A6 84 17 0 14 56 23 2E 4C 25
Octal 246 204 27 0 24 126 43 56 114 45
Binary 10100110 10000100 10111 0 10100 1010110 100011 101110 1001100 100101

Color Harmonies of #A68417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68417

Black with #A68417

Text Example


Text Example

White with #A68417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68417; }

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

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

background-color css

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

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

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

border-color css

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

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

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