Html Css Color HEX #ACA866 Gimblet

📋 copy color: '#ACA866'

red 172 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #ACA866

Tints of Gimblet #ACA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 38.91%
G = 38.01%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#ACA866 (or 0xACA866) is known color: Gimblet. HEX triplet: AC, A8 and 66. RGB value is (172,168,102). Sum of RGB (Red+Green+Blue) = 172+168+102=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA866 is #535799. Grayscale: #A1A1A1. Windows color (decimal): -5461914 or 6727852. OLE color: 6727852.

HSL color Cylindrical-coordinate representation of color #ACA866: hue angle of 56.57º 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 #ACA866 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 102 -
CMYK 0 0.02 0.41 0.33
HSL 56.57º 0.3% 0.54% -
HSV(B) 56.57º 0.41% 0.67% -
XYZ 33.41 37.74 18.09 -
YUV 161.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 172 168 102 0 0.02 0.41 0.33 56.57 0.3 0.54
Hex AC A8 66 0 2 29 21 39 1E 36
Octal 254 250 146 0 2 51 41 71 36 66
Binary 10101100 10101000 1100110 0 10 101001 100001 111001 11110 110110

Color Harmonies of #ACA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA866

Black with #ACA866

Text Example


Text Example

White with #ACA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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