Html Css Color HEX #A67C1E Hacienda

📋 copy color: '#A67C1E'

red 166 ◦ green 124 ◦ blue 30

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

Shades of Hacienda #A67C1E

Tints of Hacienda #A67C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

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

R = 51.88%
G = 38.75%
B = 9.38%

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

#A67C1E (or 0xA67C1E) is known color: Hacienda. HEX triplet: A6, 7C and 1E. RGB value is (166,124,30). Sum of RGB (Red+Green+Blue) = 166+124+30=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C1E is #5983E1. Grayscale: #7E7E7E. Windows color (decimal): -5866466 or 1997990. OLE color: 1997990.

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

Color convert

RGB 166 124 30 -
CMYK 0 0.25 0.82 0.35
HSL 41.47º 0.69% 0.38% -
HSV(B) 41.47º 0.82% 0.65% -
XYZ 23.17 22.62 4.37 -
YUV 125.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 166 124 30 0 0.25 0.82 0.35 41.47 0.69 0.38
Hex A6 7C 1E 0 19 52 23 29 45 26
Octal 246 174 36 0 31 122 43 51 105 46
Binary 10100110 1111100 11110 0 11001 1010010 100011 101001 1000101 100110

Color Harmonies of #A67C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C1E

Black with #A67C1E

Text Example


Text Example

White with #A67C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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