Html Css Color HEX #ABA469 Gimblet

📋 copy color: '#ABA469'

red 171 ◦ green 164 ◦ blue 105

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

Shades of Gimblet #ABA469

Tints of Gimblet #ABA469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 38.86%
G = 37.27%
B = 23.86%

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

#ABA469 (or 0xABA469) is known color: Gimblet. HEX triplet: AB, A4 and 69. RGB value is (171,164,105). Sum of RGB (Red+Green+Blue) = 171+164+105=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA469 is #545B96. Grayscale: #9F9F9F. Windows color (decimal): -5528471 or 6923435. OLE color: 6923435.

HSL color Cylindrical-coordinate representation of color #ABA469: hue angle of 53.64º degrees, saturation: 0.28, 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 #ABA469 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 105 -
CMYK 0 0.04 0.39 0.33
HSL 53.64º 0.28% 0.54% -
HSV(B) 53.64º 0.39% 0.67% -
XYZ 32.62 36.23 18.64 -
YUV 159.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 171 164 105 0 0.04 0.39 0.33 53.64 0.28 0.54
Hex AB A4 69 0 4 27 21 36 1C 36
Octal 253 244 151 0 4 47 41 66 34 66
Binary 10101011 10100100 1101001 0 100 100111 100001 110110 11100 110110

Color Harmonies of #ABA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA469

Black with #ABA469

Text Example


Text Example

White with #ABA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA469; }

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

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

background-color css

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

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

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

border-color css

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

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

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