Html Css Color HEX #A68919 Hacienda

📋 copy color: '#A68919'

red 166 ◦ green 137 ◦ blue 25

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

Shades of Hacienda #A68919

Tints of Hacienda #A68919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

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

R = 50.61%
G = 41.77%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A68919 (or 0xA68919) is known color: Hacienda. HEX triplet: A6, 89 and 19. RGB value is (166,137,25). Sum of RGB (Red+Green+Blue) = 166+137+25=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A68919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68919 is #5976E6. Grayscale: #858585. Windows color (decimal): -5863143 or 1673638. OLE color: 1673638.

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

Color convert

RGB 166 137 25 -
CMYK 0 0.17 0.85 0.35
HSL 47.66º 0.74% 0.37% -
HSV(B) 47.66º 0.85% 0.65% -
XYZ 24.85 26.07 4.64 -
YUV 132.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 166 137 25 0 0.17 0.85 0.35 47.66 0.74 0.37
Hex A6 89 19 0 11 55 23 30 4A 25
Octal 246 211 31 0 21 125 43 60 112 45
Binary 10100110 10001001 11001 0 10001 1010101 100011 110000 1001010 100101

Color Harmonies of #A68919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68919

Black with #A68919

Text Example


Text Example

White with #A68919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68919; }

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

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

background-color css

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

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

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

border-color css

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

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

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