Html Css Color HEX #ABA357 Gimblet

📋 copy color: '#ABA357'

red 171 ◦ green 163 ◦ blue 87

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

Shades of Gimblet #ABA357

Tints of Gimblet #ABA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 40.62%
G = 38.72%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA357 (or 0xABA357) is known color: Gimblet. HEX triplet: AB, A3 and 57. RGB value is (171,163,87). Sum of RGB (Red+Green+Blue) = 171+163+87=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA357 is #545CA8. Grayscale: #9D9D9D. Windows color (decimal): -5528745 or 5743531. OLE color: 5743531.

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

Color convert

RGB 171 163 87 -
CMYK 0 0.05 0.49 0.33
HSL 54.29º 0.33% 0.51% -
HSV(B) 54.29º 0.49% 0.67% -
XYZ 31.61 35.54 14.21 -
YUV 156.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 171 163 87 0 0.05 0.49 0.33 54.29 0.33 0.51
Hex AB A3 57 0 5 31 21 36 21 33
Octal 253 243 127 0 5 61 41 66 41 63
Binary 10101011 10100011 1010111 0 101 110001 100001 110110 100001 110011

Color Harmonies of #ABA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA357

Black with #ABA357

Text Example


Text Example

White with #ABA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA357; }

 p { color: rgb(171,163,87); }

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

background-color css

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

 a { background-color: rgb(171,163,87); }

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

border-color css

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

 span { border-color: rgb(171,163,87); }

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