Html Css Color HEX #ABA55F Gimblet

📋 copy color: '#ABA55F'

red 171 ◦ green 165 ◦ blue 95

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

Shades of Gimblet #ABA55F

Tints of Gimblet #ABA55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 39.68%
G = 38.28%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA55F (or 0xABA55F) is known color: Gimblet. HEX triplet: AB, A5 and 5F. RGB value is (171,165,95). Sum of RGB (Red+Green+Blue) = 171+165+95=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA55F is #545AA0. Grayscale: #9F9F9F. Windows color (decimal): -5528225 or 6268331. OLE color: 6268331.

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

Color convert

RGB 171 165 95 -
CMYK 0 0.04 0.44 0.33
HSL 55.26º 0.31% 0.52% -
HSV(B) 55.26º 0.44% 0.67% -
XYZ 32.32 36.39 16.15 -
YUV 158.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 171 165 95 0 0.04 0.44 0.33 55.26 0.31 0.52
Hex AB A5 5F 0 4 2C 21 37 1F 34
Octal 253 245 137 0 4 54 41 67 37 64
Binary 10101011 10100101 1011111 0 100 101100 100001 110111 11111 110100

Color Harmonies of #ABA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA55F

Black with #ABA55F

Text Example


Text Example

White with #ABA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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