Html Css Color HEX #ABA35A Gimblet

📋 copy color: '#ABA35A'

red 171 ◦ green 163 ◦ blue 90

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

Shades of Gimblet #ABA35A

Tints of Gimblet #ABA35A

RGB

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

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

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

R = 40.33%
G = 38.44%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA35A (or 0xABA35A) is known color: Gimblet. HEX triplet: AB, A3 and 5A. RGB value is (171,163,90). Sum of RGB (Red+Green+Blue) = 171+163+90=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35A is #545CA5. Grayscale: #9D9D9D. Windows color (decimal): -5528742 or 5940139. OLE color: 5940139.

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

Color convert

RGB 171 163 90 -
CMYK 0 0.05 0.47 0.33
HSL 54.07º 0.33% 0.51% -
HSV(B) 54.07º 0.47% 0.67% -
XYZ 31.74 35.59 14.87 -
YUV 157.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 171 163 90 0 0.05 0.47 0.33 54.07 0.33 0.51
Hex AB A3 5A 0 5 2F 21 36 21 33
Octal 253 243 132 0 5 57 41 66 41 63
Binary 10101011 10100011 1011010 0 101 101111 100001 110110 100001 110011

Color Harmonies of #ABA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA35A

Black with #ABA35A

Text Example


Text Example

White with #ABA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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