Html Css Color HEX #ABA15B Gimblet

📋 copy color: '#ABA15B'

red 171 ◦ green 161 ◦ blue 91

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

Shades of Gimblet #ABA15B

Tints of Gimblet #ABA15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 40.43%
G = 38.06%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA15B (or 0xABA15B) is known color: Gimblet. HEX triplet: AB, A1 and 5B. RGB value is (171,161,91). Sum of RGB (Red+Green+Blue) = 171+161+91=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15B is #545EA4. Grayscale: #9C9C9C. Windows color (decimal): -5529253 or 6005163. OLE color: 6005163.

HSL color Cylindrical-coordinate representation of color #ABA15B: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA15B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 161 91 -
CMYK 0 0.06 0.47 0.33
HSL 52.5º 0.32% 0.51% -
HSV(B) 52.5º 0.47% 0.67% -
XYZ 31.43 34.9 14.98 -
YUV 156.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 171 161 91 0 0.06 0.47 0.33 52.5 0.32 0.51
Hex AB A1 5B 0 6 2F 21 34 20 33
Octal 253 241 133 0 6 57 41 64 40 63
Binary 10101011 10100001 1011011 0 110 101111 100001 110100 100000 110011

Color Harmonies of #ABA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA15B

Black with #ABA15B

Text Example


Text Example

White with #ABA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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