Html Css Color HEX #ABA55D Gimblet

📋 copy color: '#ABA55D'

red 171 ◦ green 165 ◦ blue 93

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

Shades of Gimblet #ABA55D

Tints of Gimblet #ABA55D

RGB

 RED value IS 171 (67.19% from 255) = 39.86%

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

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

R = 39.86%
G = 38.46%
B = 21.68%

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

#ABA55D (or 0xABA55D) is known color: Gimblet. HEX triplet: AB, A5 and 5D. RGB value is (171,165,93). Sum of RGB (Red+Green+Blue) = 171+165+93=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA55D is #545AA2. Grayscale: #9E9E9E. Windows color (decimal): -5528227 or 6137259. OLE color: 6137259.

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

Color convert

RGB 171 165 93 -
CMYK 0 0.04 0.46 0.33
HSL 55.38º 0.32% 0.52% -
HSV(B) 55.38º 0.46% 0.67% -
XYZ 32.23 36.36 15.68 -
YUV 158.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 171 165 93 0 0.04 0.46 0.33 55.38 0.32 0.52
Hex AB A5 5D 0 4 2E 21 37 20 34
Octal 253 245 135 0 4 56 41 67 40 64
Binary 10101011 10100101 1011101 0 100 101110 100001 110111 100000 110100

Color Harmonies of #ABA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA55D

Black with #ABA55D

Text Example


Text Example

White with #ABA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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