Html Css Color HEX #ABA25F Gimblet

📋 copy color: '#ABA25F'

red 171 ◦ green 162 ◦ blue 95

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

Shades of Gimblet #ABA25F

Tints of Gimblet #ABA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 39.95%
G = 37.85%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA25F (or 0xABA25F) is known color: Gimblet. HEX triplet: AB, A2 and 5F. RGB value is (171,162,95). Sum of RGB (Red+Green+Blue) = 171+162+95=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25F is #545DA0. Grayscale: #9D9D9D. Windows color (decimal): -5528993 or 6267563. OLE color: 6267563.

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

Color convert

RGB 171 162 95 -
CMYK 0 0.05 0.44 0.33
HSL 52.89º 0.31% 0.52% -
HSV(B) 52.89º 0.44% 0.67% -
XYZ 31.78 35.32 15.97 -
YUV 157.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 171 162 95 0 0.05 0.44 0.33 52.89 0.31 0.52
Hex AB A2 5F 0 5 2C 21 35 1F 34
Octal 253 242 137 0 5 54 41 65 37 64
Binary 10101011 10100010 1011111 0 101 101100 100001 110101 11111 110100

Color Harmonies of #ABA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA25F

Black with #ABA25F

Text Example


Text Example

White with #ABA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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