Html Css Color HEX #ABA262 Gimblet

📋 copy color: '#ABA262'

red 171 ◦ green 162 ◦ blue 98

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

Shades of Gimblet #ABA262

Tints of Gimblet #ABA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 39.68%
G = 37.59%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABA262 (or 0xABA262) is known color: Gimblet. HEX triplet: AB, A2 and 62. RGB value is (171,162,98). Sum of RGB (Red+Green+Blue) = 171+162+98=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA262 is #545D9D. Grayscale: #9D9D9D. Windows color (decimal): -5528990 or 6464171. OLE color: 6464171.

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

Color convert

RGB 171 162 98 -
CMYK 0 0.05 0.43 0.33
HSL 52.6º 0.3% 0.53% -
HSV(B) 52.6º 0.43% 0.67% -
XYZ 31.92 35.38 16.7 -
YUV 157.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 171 162 98 0 0.05 0.43 0.33 52.6 0.3 0.53
Hex AB A2 62 0 5 2B 21 35 1E 35
Octal 253 242 142 0 5 53 41 65 36 65
Binary 10101011 10100010 1100010 0 101 101011 100001 110101 11110 110101

Color Harmonies of #ABA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA262

Black with #ABA262

Text Example


Text Example

White with #ABA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA262; }

 p { color: rgb(171,162,98); }

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

background-color css

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

 a { background-color: rgb(171,162,98); }

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

border-color css

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

 span { border-color: rgb(171,162,98); }

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