Html Css Color HEX #ABA05D Gimblet

📋 copy color: '#ABA05D'

red 171 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #ABA05D

Tints of Gimblet #ABA05D

RGB

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

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

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

R = 40.33%
G = 37.74%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABA05D (or 0xABA05D) is known color: Gimblet. HEX triplet: AB, A0 and 5D. RGB value is (171,160,93). Sum of RGB (Red+Green+Blue) = 171+160+93=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05D is #545FA2. Grayscale: #9B9B9B. Windows color (decimal): -5529507 or 6135979. OLE color: 6135979.

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

Color convert

RGB 171 160 93 -
CMYK 0 0.06 0.46 0.33
HSL 51.54º 0.32% 0.52% -
HSV(B) 51.54º 0.46% 0.67% -
XYZ 31.34 34.59 15.38 -
YUV 155.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 171 160 93 0 0.06 0.46 0.33 51.54 0.32 0.52
Hex AB A0 5D 0 6 2E 21 34 20 34
Octal 253 240 135 0 6 56 41 64 40 64
Binary 10101011 10100000 1011101 0 110 101110 100001 110100 100000 110100

Color Harmonies of #ABA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA05D

Black with #ABA05D

Text Example


Text Example

White with #ABA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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