Html Css Color HEX #A68212 Hacienda

📋 copy color: '#A68212'

red 166 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #A68212

Tints of Hacienda #A68212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 52.87%
G = 41.4%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68212 (or 0xA68212) is known color: Hacienda. HEX triplet: A6, 82 and 12. RGB value is (166,130,18). Sum of RGB (Red+Green+Blue) = 166+130+18=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A68212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68212 is #597DED. Grayscale: #808080. Windows color (decimal): -5864942 or 1213094. OLE color: 1213094.

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

Color convert

RGB 166 130 18 -
CMYK 0 0.22 0.89 0.35
HSL 45.41º 0.8% 0.36% -
HSV(B) 45.41º 0.89% 0.65% -
XYZ 23.82 24.12 3.97 -
YUV 128 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 166 130 18 0 0.22 0.89 0.35 45.41 0.8 0.36
Hex A6 82 12 0 16 59 23 2D 50 24
Octal 246 202 22 0 26 131 43 55 120 44
Binary 10100110 10000010 10010 0 10110 1011001 100011 101101 1010000 100100

Color Harmonies of #A68212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68212

Black with #A68212

Text Example


Text Example

White with #A68212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68212; }

 p { color: rgb(166,130,18); }

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

background-color css

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

 a { background-color: rgb(166,130,18); }

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

border-color css

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

 span { border-color: rgb(166,130,18); }

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