Html Css Color HEX #A68017 Hacienda

📋 copy color: '#A68017'

red 166 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #A68017

Tints of Hacienda #A68017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 52.37%
G = 40.38%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68017 (or 0xA68017) is known color: Hacienda. HEX triplet: A6, 80 and 17. RGB value is (166,128,23). Sum of RGB (Red+Green+Blue) = 166+128+23=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68017 is #597FE8. Grayscale: #7F7F7F. Windows color (decimal): -5865449 or 1540262. OLE color: 1540262.

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

Color convert

RGB 166 128 23 -
CMYK 0 0.23 0.86 0.35
HSL 44.06º 0.76% 0.37% -
HSV(B) 44.06º 0.86% 0.65% -
XYZ 23.6 23.61 4.12 -
YUV 127.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 166 128 23 0 0.23 0.86 0.35 44.06 0.76 0.37
Hex A6 80 17 0 17 56 23 2C 4C 25
Octal 246 200 27 0 27 126 43 54 114 45
Binary 10100110 10000000 10111 0 10111 1010110 100011 101100 1001100 100101

Color Harmonies of #A68017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68017

Black with #A68017

Text Example


Text Example

White with #A68017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68017; }

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

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

background-color css

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

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

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

border-color css

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

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

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