Html Css Color HEX #ABA25D Gimblet

📋 copy color: '#ABA25D'

red 171 ◦ green 162 ◦ blue 93

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

Shades of Gimblet #ABA25D

Tints of Gimblet #ABA25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 40.14%
G = 38.03%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABA25D (or 0xABA25D) is known color: Gimblet. HEX triplet: AB, A2 and 5D. RGB value is (171,162,93). Sum of RGB (Red+Green+Blue) = 171+162+93=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25D is #545DA2. Grayscale: #9D9D9D. Windows color (decimal): -5528995 or 6136491. OLE color: 6136491.

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

Color convert

RGB 171 162 93 -
CMYK 0 0.05 0.46 0.33
HSL 53.08º 0.32% 0.52% -
HSV(B) 53.08º 0.46% 0.67% -
XYZ 31.69 35.29 15.5 -
YUV 156.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 171 162 93 0 0.05 0.46 0.33 53.08 0.32 0.52
Hex AB A2 5D 0 5 2E 21 35 20 34
Octal 253 242 135 0 5 56 41 65 40 64
Binary 10101011 10100010 1011101 0 101 101110 100001 110101 100000 110100

Color Harmonies of #ABA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA25D

Black with #ABA25D

Text Example


Text Example

White with #ABA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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