Html Css Color HEX #A68519 Hacienda

📋 copy color: '#A68519'

red 166 ◦ green 133 ◦ blue 25

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

Shades of Hacienda #A68519

Tints of Hacienda #A68519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

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

R = 51.23%
G = 41.05%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A68519 (or 0xA68519) is known color: Hacienda. HEX triplet: A6, 85 and 19. RGB value is (166,133,25). Sum of RGB (Red+Green+Blue) = 166+133+25=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A68519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68519 is #597AE6. Grayscale: #838383. Windows color (decimal): -5864167 or 1672614. OLE color: 1672614.

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

Color convert

RGB 166 133 25 -
CMYK 0 0.20 0.85 0.35
HSL 45.96º 0.74% 0.37% -
HSV(B) 45.96º 0.85% 0.65% -
XYZ 24.29 24.95 4.46 -
YUV 130.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 166 133 25 0 0.20 0.85 0.35 45.96 0.74 0.37
Hex A6 85 19 0 14 55 23 2E 4A 25
Octal 246 205 31 0 24 125 43 56 112 45
Binary 10100110 10000101 11001 0 10100 1010101 100011 101110 1001010 100101

Color Harmonies of #A68519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68519

Black with #A68519

Text Example


Text Example

White with #A68519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68519; }

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

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

background-color css

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

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

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

border-color css

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

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

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