Html Css Color HEX #ABA25E Gimblet

📋 copy color: '#ABA25E'

red 171 ◦ green 162 ◦ blue 94

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

Shades of Gimblet #ABA25E

Tints of Gimblet #ABA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 40.05%
G = 37.94%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#ABA25E (or 0xABA25E) is known color: Gimblet. HEX triplet: AB, A2 and 5E. RGB value is (171,162,94). Sum of RGB (Red+Green+Blue) = 171+162+94=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25E is #545DA1. Grayscale: #9D9D9D. Windows color (decimal): -5528994 or 6202027. OLE color: 6202027.

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

Color convert

RGB 171 162 94 -
CMYK 0 0.05 0.45 0.33
HSL 52.99º 0.31% 0.52% -
HSV(B) 52.99º 0.45% 0.67% -
XYZ 31.74 35.31 15.73 -
YUV 156.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 171 162 94 0 0.05 0.45 0.33 52.99 0.31 0.52
Hex AB A2 5E 0 5 2D 21 35 1F 34
Octal 253 242 136 0 5 55 41 65 37 64
Binary 10101011 10100010 1011110 0 101 101101 100001 110101 11111 110100

Color Harmonies of #ABA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA25E

Black with #ABA25E

Text Example


Text Example

White with #ABA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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