Html Css Color HEX #A67519 Hacienda

📋 copy color: '#A67519'

red 166 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #A67519

Tints of Hacienda #A67519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 53.9%
G = 37.99%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A67519 (or 0xA67519) is known color: Hacienda. HEX triplet: A6, 75 and 19. RGB value is (166,117,25). Sum of RGB (Red+Green+Blue) = 166+117+25=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A67519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67519 is #598AE6. Grayscale: #797979. Windows color (decimal): -5868263 or 1668518. OLE color: 1668518.

HSL color Cylindrical-coordinate representation of color #A67519: hue angle of 39.15º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A67519 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 25 -
CMYK 0 0.30 0.85 0.35
HSL 39.15º 0.74% 0.37% -
HSV(B) 39.15º 0.85% 0.65% -
XYZ 22.26 20.9 3.78 -
YUV 121.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 166 117 25 0 0.30 0.85 0.35 39.15 0.74 0.37
Hex A6 75 19 0 1E 55 23 27 4A 25
Octal 246 165 31 0 36 125 43 47 112 45
Binary 10100110 1110101 11001 0 11110 1010101 100011 100111 1001010 100101

Color Harmonies of #A67519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67519

Black with #A67519

Text Example


Text Example

White with #A67519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67519; }

 p { color: rgb(166,117,25); }

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

background-color css

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

 a { background-color: rgb(166,117,25); }

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

border-color css

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

 span { border-color: rgb(166,117,25); }

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