Html Css Color HEX #ABA05F Gimblet

📋 copy color: '#ABA05F'

red 171 ◦ green 160 ◦ blue 95

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

Shades of Gimblet #ABA05F

Tints of Gimblet #ABA05F

RGB

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

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

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

R = 40.14%
G = 37.56%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA05F (or 0xABA05F) is known color: Gimblet. HEX triplet: AB, A0 and 5F. RGB value is (171,160,95). Sum of RGB (Red+Green+Blue) = 171+160+95=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05F is #545FA0. Grayscale: #9C9C9C. Windows color (decimal): -5529505 or 6267051. OLE color: 6267051.

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

Color convert

RGB 171 160 95 -
CMYK 0 0.06 0.44 0.33
HSL 51.32º 0.31% 0.52% -
HSV(B) 51.32º 0.44% 0.67% -
XYZ 31.43 34.63 15.85 -
YUV 155.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 171 160 95 0 0.06 0.44 0.33 51.32 0.31 0.52
Hex AB A0 5F 0 6 2C 21 33 1F 34
Octal 253 240 137 0 6 54 41 63 37 64
Binary 10101011 10100000 1011111 0 110 101100 100001 110011 11111 110100

Color Harmonies of #ABA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA05F

Black with #ABA05F

Text Example


Text Example

White with #ABA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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