Html Css Color HEX #ACA55D Gimblet

📋 copy color: '#ACA55D'

red 172 ◦ green 165 ◦ blue 93

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

Shades of Gimblet #ACA55D

Tints of Gimblet #ACA55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 40%
G = 38.37%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ACA55D (or 0xACA55D) is known color: Gimblet. HEX triplet: AC, A5 and 5D. RGB value is (172,165,93). Sum of RGB (Red+Green+Blue) = 172+165+93=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA55D is #535AA2. Grayscale: #9F9F9F. Windows color (decimal): -5462691 or 6137260. OLE color: 6137260.

HSL color Cylindrical-coordinate representation of color #ACA55D: hue angle of 54.68º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACA55D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 93 -
CMYK 0 0.04 0.46 0.33
HSL 54.68º 0.32% 0.52% -
HSV(B) 54.68º 0.46% 0.67% -
XYZ 32.44 36.47 15.69 -
YUV 158.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 172 165 93 0 0.04 0.46 0.33 54.68 0.32 0.52
Hex AC A5 5D 0 4 2E 21 37 20 34
Octal 254 245 135 0 4 56 41 67 40 64
Binary 10101100 10100101 1011101 0 100 101110 100001 110111 100000 110100

Color Harmonies of #ACA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA55D

Black with #ACA55D

Text Example


Text Example

White with #ACA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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