Html Css Color HEX #ACA86D Gimblet

📋 copy color: '#ACA86D'

red 172 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #ACA86D

Tints of Gimblet #ACA86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 38.31%
G = 37.42%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ACA86D (or 0xACA86D) is known color: Gimblet. HEX triplet: AC, A8 and 6D. RGB value is (172,168,109). Sum of RGB (Red+Green+Blue) = 172+168+109=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA86D is #535792. Grayscale: #A2A2A2. Windows color (decimal): -5461907 or 7186604. OLE color: 7186604.

HSL color Cylindrical-coordinate representation of color #ACA86D: hue angle of 56.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACA86D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 109 -
CMYK 0 0.02 0.37 0.33
HSL 56.19º 0.28% 0.55% -
HSV(B) 56.19º 0.37% 0.67% -
XYZ 33.78 37.88 20 -
YUV 162.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 172 168 109 0 0.02 0.37 0.33 56.19 0.28 0.55
Hex AC A8 6D 0 2 25 21 38 1C 37
Octal 254 250 155 0 2 45 41 70 34 67
Binary 10101100 10101000 1101101 0 10 100101 100001 111000 11100 110111

Color Harmonies of #ACA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA86D

Black with #ACA86D

Text Example


Text Example

White with #ACA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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