Html Css Color HEX #A67D12 Hacienda

📋 copy color: '#A67D12'

red 166 ◦ green 125 ◦ blue 18

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

Shades of Hacienda #A67D12

Tints of Hacienda #A67D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

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

R = 53.72%
G = 40.45%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67D12 (or 0xA67D12) is known color: Hacienda. HEX triplet: A6, 7D and 12. RGB value is (166,125,18). Sum of RGB (Red+Green+Blue) = 166+125+18=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67D12 is #5982ED. Grayscale: #7D7D7D. Windows color (decimal): -5866222 or 1211814. OLE color: 1211814.

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

Color convert

RGB 166 125 18 -
CMYK 0 0.25 0.89 0.35
HSL 43.38º 0.8% 0.36% -
HSV(B) 43.38º 0.89% 0.65% -
XYZ 23.17 22.82 3.76 -
YUV 125.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 166 125 18 0 0.25 0.89 0.35 43.38 0.8 0.36
Hex A6 7D 12 0 19 59 23 2B 50 24
Octal 246 175 22 0 31 131 43 53 120 44
Binary 10100110 1111101 10010 0 11001 1011001 100011 101011 1010000 100100

Color Harmonies of #A67D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D12

Black with #A67D12

Text Example


Text Example

White with #A67D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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