Html Css Color HEX #A67D1E Hacienda

📋 copy color: '#A67D1E'

red 166 ◦ green 125 ◦ blue 30

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

Shades of Hacienda #A67D1E

Tints of Hacienda #A67D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 51.71%
G = 38.94%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A67D1E (or 0xA67D1E) is known color: Hacienda. HEX triplet: A6, 7D and 1E. RGB value is (166,125,30). Sum of RGB (Red+Green+Blue) = 166+125+30=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D1E is #5982E1. Grayscale: #7E7E7E. Windows color (decimal): -5866210 or 1998246. OLE color: 1998246.

HSL color Cylindrical-coordinate representation of color #A67D1E: hue angle of 41.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A67D1E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 30 -
CMYK 0 0.25 0.82 0.35
HSL 41.91º 0.69% 0.38% -
HSV(B) 41.91º 0.82% 0.65% -
XYZ 23.29 22.87 4.41 -
YUV 126.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 166 125 30 0 0.25 0.82 0.35 41.91 0.69 0.38
Hex A6 7D 1E 0 19 52 23 2A 45 26
Octal 246 175 36 0 31 122 43 52 105 46
Binary 10100110 1111101 11110 0 11001 1010010 100011 101010 1000101 100110

Color Harmonies of #A67D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D1E

Black with #A67D1E

Text Example


Text Example

White with #A67D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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