Html Css Color HEX #ABA65F Gimblet

📋 copy color: '#ABA65F'

red 171 ◦ green 166 ◦ blue 95

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

Shades of Gimblet #ABA65F

Tints of Gimblet #ABA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 39.58%
G = 38.43%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABA65F (or 0xABA65F) is known color: Gimblet. HEX triplet: AB, A6 and 5F. RGB value is (171,166,95). Sum of RGB (Red+Green+Blue) = 171+166+95=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65F is #5459A0. Grayscale: #9F9F9F. Windows color (decimal): -5527969 or 6268587. OLE color: 6268587.

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

Color convert

RGB 171 166 95 -
CMYK 0 0.03 0.44 0.33
HSL 56.05º 0.31% 0.52% -
HSV(B) 56.05º 0.44% 0.67% -
XYZ 32.5 36.76 16.21 -
YUV 159.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 171 166 95 0 0.03 0.44 0.33 56.05 0.31 0.52
Hex AB A6 5F 0 3 2C 21 38 1F 34
Octal 253 246 137 0 3 54 41 70 37 64
Binary 10101011 10100110 1011111 0 11 101100 100001 111000 11111 110100

Color Harmonies of #ABA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA65F

Black with #ABA65F

Text Example


Text Example

White with #ABA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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