Html Css Color HEX #ABA15F Gimblet

📋 copy color: '#ABA15F'

red 171 ◦ green 161 ◦ blue 95

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

Shades of Gimblet #ABA15F

Tints of Gimblet #ABA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 40.05%
G = 37.7%
B = 22.25%

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

#ABA15F (or 0xABA15F) is known color: Gimblet. HEX triplet: AB, A1 and 5F. RGB value is (171,161,95). Sum of RGB (Red+Green+Blue) = 171+161+95=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15F is #545EA0. Grayscale: #9C9C9C. Windows color (decimal): -5529249 or 6267307. OLE color: 6267307.

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

Color convert

RGB 171 161 95 -
CMYK 0 0.06 0.44 0.33
HSL 52.11º 0.31% 0.52% -
HSV(B) 52.11º 0.44% 0.67% -
XYZ 31.61 34.97 15.91 -
YUV 156.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 171 161 95 0 0.06 0.44 0.33 52.11 0.31 0.52
Hex AB A1 5F 0 6 2C 21 34 1F 34
Octal 253 241 137 0 6 54 41 64 37 64
Binary 10101011 10100001 1011111 0 110 101100 100001 110100 11111 110100

Color Harmonies of #ABA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA15F

Black with #ABA15F

Text Example


Text Example

White with #ABA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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