Html Css Color HEX #A68119 Hacienda

📋 copy color: '#A68119'

red 166 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #A68119

Tints of Hacienda #A68119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 51.88%
G = 40.31%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A68119 (or 0xA68119) is known color: Hacienda. HEX triplet: A6, 81 and 19. RGB value is (166,129,25). Sum of RGB (Red+Green+Blue) = 166+129+25=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68119 is #597EE6. Grayscale: #808080. Windows color (decimal): -5865191 or 1671590. OLE color: 1671590.

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

Color convert

RGB 166 129 25 -
CMYK 0 0.22 0.85 0.35
HSL 44.26º 0.74% 0.37% -
HSV(B) 44.26º 0.85% 0.65% -
XYZ 23.75 23.88 4.28 -
YUV 128.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 166 129 25 0 0.22 0.85 0.35 44.26 0.74 0.37
Hex A6 81 19 0 16 55 23 2C 4A 25
Octal 246 201 31 0 26 125 43 54 112 45
Binary 10100110 10000001 11001 0 10110 1010101 100011 101100 1001010 100101

Color Harmonies of #A68119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68119

Black with #A68119

Text Example


Text Example

White with #A68119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68119; }

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

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

background-color css

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

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

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

border-color css

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

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

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