Html Css Color HEX #ABA569 Gimblet

📋 copy color: '#ABA569'

red 171 ◦ green 165 ◦ blue 105

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

Shades of Gimblet #ABA569

Tints of Gimblet #ABA569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

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

R = 38.78%
G = 37.41%
B = 23.81%

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

#ABA569 (or 0xABA569) is known color: Gimblet. HEX triplet: AB, A5 and 69. RGB value is (171,165,105). Sum of RGB (Red+Green+Blue) = 171+165+105=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA569 is #545A96. Grayscale: #A0A0A0. Windows color (decimal): -5528215 or 6923691. OLE color: 6923691.

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

Color convert

RGB 171 165 105 -
CMYK 0 0.04 0.39 0.33
HSL 54.55º 0.28% 0.54% -
HSV(B) 54.55º 0.39% 0.67% -
XYZ 32.8 36.59 18.7 -
YUV 159.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 171 165 105 0 0.04 0.39 0.33 54.55 0.28 0.54
Hex AB A5 69 0 4 27 21 37 1C 36
Octal 253 245 151 0 4 47 41 67 34 66
Binary 10101011 10100101 1101001 0 100 100111 100001 110111 11100 110110

Color Harmonies of #ABA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA569

Black with #ABA569

Text Example


Text Example

White with #ABA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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