Html Css Color HEX #ABA468 Gimblet

📋 copy color: '#ABA468'

red 171 ◦ green 164 ◦ blue 104

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

Shades of Gimblet #ABA468

Tints of Gimblet #ABA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 38.95%
G = 37.36%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA468 (or 0xABA468) is known color: Gimblet. HEX triplet: AB, A4 and 68. RGB value is (171,164,104). Sum of RGB (Red+Green+Blue) = 171+164+104=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA468 is #545B97. Grayscale: #9F9F9F. Windows color (decimal): -5528472 or 6857899. OLE color: 6857899.

HSL color Cylindrical-coordinate representation of color #ABA468: hue angle of 53.73º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABA468 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 104 -
CMYK 0 0.04 0.39 0.33
HSL 53.73º 0.29% 0.54% -
HSV(B) 53.73º 0.39% 0.67% -
XYZ 32.57 36.21 18.37 -
YUV 159.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 171 164 104 0 0.04 0.39 0.33 53.73 0.29 0.54
Hex AB A4 68 0 4 27 21 36 1D 36
Octal 253 244 150 0 4 47 41 66 35 66
Binary 10101011 10100100 1101000 0 100 100111 100001 110110 11101 110110

Color Harmonies of #ABA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA468

Black with #ABA468

Text Example


Text Example

White with #ABA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA468; }

 p { color: rgb(171,164,104); }

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

background-color css

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

 a { background-color: rgb(171,164,104); }

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

border-color css

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

 span { border-color: rgb(171,164,104); }

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