Html Css Color HEX #ABA05E Gimblet

📋 copy color: '#ABA05E'

red 171 ◦ green 160 ◦ blue 94

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

Shades of Gimblet #ABA05E

Tints of Gimblet #ABA05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 40.24%
G = 37.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#ABA05E (or 0xABA05E) is known color: Gimblet. HEX triplet: AB, A0 and 5E. RGB value is (171,160,94). Sum of RGB (Red+Green+Blue) = 171+160+94=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05E is #545FA1. Grayscale: #9C9C9C. Windows color (decimal): -5529506 or 6201515. OLE color: 6201515.

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

Color convert

RGB 171 160 94 -
CMYK 0 0.06 0.45 0.33
HSL 51.43º 0.31% 0.52% -
HSV(B) 51.43º 0.45% 0.67% -
XYZ 31.39 34.61 15.62 -
YUV 155.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 171 160 94 0 0.06 0.45 0.33 51.43 0.31 0.52
Hex AB A0 5E 0 6 2D 21 33 1F 34
Octal 253 240 136 0 6 55 41 63 37 64
Binary 10101011 10100000 1011110 0 110 101101 100001 110011 11111 110100

Color Harmonies of #ABA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA05E

Black with #ABA05E

Text Example


Text Example

White with #ABA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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