Html Css Color HEX #A68528 Hacienda

📋 copy color: '#A68528'

red 166 ◦ green 133 ◦ blue 40

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

Shades of Hacienda #A68528

Tints of Hacienda #A68528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 48.97%
G = 39.23%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68528 (or 0xA68528) is known color: Hacienda. HEX triplet: A6, 85 and 28. RGB value is (166,133,40). Sum of RGB (Red+Green+Blue) = 166+133+40=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68528 is #597AD7. Grayscale: #848484. Windows color (decimal): -5864152 or 2655654. OLE color: 2655654.

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

Color convert

RGB 166 133 40 -
CMYK 0 0.20 0.76 0.35
HSL 44.29º 0.61% 0.4% -
HSV(B) 44.29º 0.76% 0.65% -
XYZ 24.5 25.04 5.55 -
YUV 132.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 166 133 40 0 0.20 0.76 0.35 44.29 0.61 0.4
Hex A6 85 28 0 14 4C 23 2C 3D 28
Octal 246 205 50 0 24 114 43 54 75 50
Binary 10100110 10000101 101000 0 10100 1001100 100011 101100 111101 101000

Color Harmonies of #A68528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68528

Black with #A68528

Text Example


Text Example

White with #A68528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68528; }

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

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

background-color css

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

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

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

border-color css

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

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

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