Html Css Color HEX #A67A12 Hacienda

📋 copy color: '#A67A12'

red 166 ◦ green 122 ◦ blue 18

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

Shades of Hacienda #A67A12

Tints of Hacienda #A67A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

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

R = 54.25%
G = 39.87%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67A12 (or 0xA67A12) is known color: Hacienda. HEX triplet: A6, 7A and 12. RGB value is (166,122,18). Sum of RGB (Red+Green+Blue) = 166+122+18=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A12 is #5985ED. Grayscale: #7B7B7B. Windows color (decimal): -5866990 or 1211046. OLE color: 1211046.

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

Color convert

RGB 166 122 18 -
CMYK 0 0.27 0.89 0.35
HSL 42.16º 0.8% 0.36% -
HSV(B) 42.16º 0.89% 0.65% -
XYZ 22.79 22.07 3.63 -
YUV 123.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 166 122 18 0 0.27 0.89 0.35 42.16 0.8 0.36
Hex A6 7A 12 0 1B 59 23 2A 50 24
Octal 246 172 22 0 33 131 43 52 120 44
Binary 10100110 1111010 10010 0 11011 1011001 100011 101010 1010000 100100

Color Harmonies of #A67A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A12

Black with #A67A12

Text Example


Text Example

White with #A67A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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