Html Css Color HEX #A68319 Hacienda

📋 copy color: '#A68319'

red 166 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #A68319

Tints of Hacienda #A68319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 51.55%
G = 40.68%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A68319 (or 0xA68319) is known color: Hacienda. HEX triplet: A6, 83 and 19. RGB value is (166,131,25). Sum of RGB (Red+Green+Blue) = 166+131+25=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A68319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68319 is #597CE6. Grayscale: #818181. Windows color (decimal): -5864679 or 1672102. OLE color: 1672102.

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

Color convert

RGB 166 131 25 -
CMYK 0 0.21 0.85 0.35
HSL 45.11º 0.74% 0.37% -
HSV(B) 45.11º 0.85% 0.65% -
XYZ 24.02 24.41 4.37 -
YUV 129.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 166 131 25 0 0.21 0.85 0.35 45.11 0.74 0.37
Hex A6 83 19 0 15 55 23 2D 4A 25
Octal 246 203 31 0 25 125 43 55 112 45
Binary 10100110 10000011 11001 0 10101 1010101 100011 101101 1001010 100101

Color Harmonies of #A68319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68319

Black with #A68319

Text Example


Text Example

White with #A68319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68319; }

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

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

background-color css

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

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

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

border-color css

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

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

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