Html Css Color HEX #ACA56C Gimblet

📋 copy color: '#ACA56C'

red 172 ◦ green 165 ◦ blue 108

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

Shades of Gimblet #ACA56C

Tints of Gimblet #ACA56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 38.65%
G = 37.08%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ACA56C (or 0xACA56C) is known color: Gimblet. HEX triplet: AC, A5 and 6C. RGB value is (172,165,108). Sum of RGB (Red+Green+Blue) = 172+165+108=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA56C is #535A93. Grayscale: #A0A0A0. Windows color (decimal): -5462676 or 7120300. OLE color: 7120300.

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

Color convert

RGB 172 165 108 -
CMYK 0 0.04 0.37 0.33
HSL 53.44º 0.28% 0.55% -
HSV(B) 53.44º 0.37% 0.67% -
XYZ 33.18 36.76 19.53 -
YUV 160.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 172 165 108 0 0.04 0.37 0.33 53.44 0.28 0.55
Hex AC A5 6C 0 4 25 21 35 1C 37
Octal 254 245 154 0 4 45 41 65 34 67
Binary 10101100 10100101 1101100 0 100 100101 100001 110101 11100 110111

Color Harmonies of #ACA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA56C

Black with #ACA56C

Text Example


Text Example

White with #ACA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA56C; }

 p { color: rgb(172,165,108); }

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

background-color css

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

 a { background-color: rgb(172,165,108); }

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

border-color css

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

 span { border-color: rgb(172,165,108); }

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