Html Css Color HEX #A68120 Hacienda

📋 copy color: '#A68120'

red 166 ◦ green 129 ◦ blue 32

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

Shades of Hacienda #A68120

Tints of Hacienda #A68120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 50.76%
G = 39.45%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A68120 (or 0xA68120) is known color: Hacienda. HEX triplet: A6, 81 and 20. RGB value is (166,129,32). Sum of RGB (Red+Green+Blue) = 166+129+32=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A68120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68120 is #597EDF. Grayscale: #818181. Windows color (decimal): -5865184 or 2130342. OLE color: 2130342.

HSL color Cylindrical-coordinate representation of color #A68120: hue angle of 43.43º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A68120 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 32 -
CMYK 0 0.22 0.81 0.35
HSL 43.43º 0.68% 0.39% -
HSV(B) 43.43º 0.81% 0.65% -
XYZ 23.84 23.91 4.73 -
YUV 129.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 166 129 32 0 0.22 0.81 0.35 43.43 0.68 0.39
Hex A6 81 20 0 16 51 23 2B 44 27
Octal 246 201 40 0 26 121 43 53 104 47
Binary 10100110 10000001 100000 0 10110 1010001 100011 101011 1000100 100111

Color Harmonies of #A68120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68120

Black with #A68120

Text Example


Text Example

White with #A68120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68120; }

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

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

background-color css

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

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

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

border-color css

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

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

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