Html Css Color HEX #A68524 Hacienda

📋 copy color: '#A68524'

red 166 ◦ green 133 ◦ blue 36

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

Shades of Hacienda #A68524

Tints of Hacienda #A68524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 49.55%
G = 39.7%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A68524 (or 0xA68524) is known color: Hacienda. HEX triplet: A6, 85 and 24. RGB value is (166,133,36). Sum of RGB (Red+Green+Blue) = 166+133+36=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68524 is #597ADB. Grayscale: #848484. Windows color (decimal): -5864156 or 2393510. OLE color: 2393510.

HSL color Cylindrical-coordinate representation of color #A68524: hue angle of 44.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A68524 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 36 -
CMYK 0 0.20 0.78 0.35
HSL 44.77º 0.64% 0.4% -
HSV(B) 44.77º 0.78% 0.65% -
XYZ 24.43 25.01 5.21 -
YUV 131.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 166 133 36 0 0.20 0.78 0.35 44.77 0.64 0.4
Hex A6 85 24 0 14 4E 23 2D 40 28
Octal 246 205 44 0 24 116 43 55 100 50
Binary 10100110 10000101 100100 0 10100 1001110 100011 101101 1000000 101000

Color Harmonies of #A68524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68524

Black with #A68524

Text Example


Text Example

White with #A68524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68524; }

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

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

background-color css

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

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

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

border-color css

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

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

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