Html Css Color HEX #ABA15A Gimblet

📋 copy color: '#ABA15A'

red 171 ◦ green 161 ◦ blue 90

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

Shades of Gimblet #ABA15A

Tints of Gimblet #ABA15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 40.52%
G = 38.15%
B = 21.33%

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

#ABA15A (or 0xABA15A) is known color: Gimblet. HEX triplet: AB, A1 and 5A. RGB value is (171,161,90). Sum of RGB (Red+Green+Blue) = 171+161+90=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15A is #545EA5. Grayscale: #9C9C9C. Windows color (decimal): -5529254 or 5939627. OLE color: 5939627.

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

Color convert

RGB 171 161 90 -
CMYK 0 0.06 0.47 0.33
HSL 52.59º 0.33% 0.51% -
HSV(B) 52.59º 0.47% 0.67% -
XYZ 31.38 34.89 14.75 -
YUV 155.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 171 161 90 0 0.06 0.47 0.33 52.59 0.33 0.51
Hex AB A1 5A 0 6 2F 21 35 21 33
Octal 253 241 132 0 6 57 41 65 41 63
Binary 10101011 10100001 1011010 0 110 101111 100001 110101 100001 110011

Color Harmonies of #ABA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA15A

Black with #ABA15A

Text Example


Text Example

White with #ABA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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