Html Css Color HEX #ACA066 Gimblet

📋 copy color: '#ACA066'

red 172 ◦ green 160 ◦ blue 102

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

Shades of Gimblet #ACA066

Tints of Gimblet #ACA066

RGB

 RED value IS 172 (67.58% from 255) = 39.63%

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 39.63%
G = 36.87%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ACA066 (or 0xACA066) is known color: Gimblet. HEX triplet: AC, A0 and 66. RGB value is (172,160,102). Sum of RGB (Red+Green+Blue) = 172+160+102=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA066 is #535F99. Grayscale: #9D9D9D. Windows color (decimal): -5463962 or 6725804. OLE color: 6725804.

HSL color Cylindrical-coordinate representation of color #ACA066: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACA066 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 160 102 -
CMYK 0 0.07 0.41 0.33
HSL 49.71º 0.3% 0.54% -
HSV(B) 49.71º 0.41% 0.67% -
XYZ 31.98 34.87 17.62 -
YUV 156.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 172 160 102 0 0.07 0.41 0.33 49.71 0.3 0.54
Hex AC A0 66 0 7 29 21 32 1E 36
Octal 254 240 146 0 7 51 41 62 36 66
Binary 10101100 10100000 1100110 0 111 101001 100001 110010 11110 110110

Color Harmonies of #ACA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA066

Black with #ACA066

Text Example


Text Example

White with #ACA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA066; }

 p { color: rgb(172,160,102); }

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

background-color css

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

 a { background-color: rgb(172,160,102); }

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

border-color css

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

 span { border-color: rgb(172,160,102); }

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