Html Css Color HEX #ABA869 Gimblet

📋 copy color: '#ABA869'

red 171 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #ABA869

Tints of Gimblet #ABA869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

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

R = 38.51%
G = 37.84%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA869 (or 0xABA869) is known color: Gimblet. HEX triplet: AB, A8 and 69. RGB value is (171,168,105). Sum of RGB (Red+Green+Blue) = 171+168+105=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA869 is #545796. Grayscale: #A1A1A1. Windows color (decimal): -5527447 or 6924459. OLE color: 6924459.

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

Color convert

RGB 171 168 105 -
CMYK 0 0.02 0.39 0.33
HSL 57.27º 0.28% 0.54% -
HSV(B) 57.27º 0.39% 0.67% -
XYZ 33.35 37.68 18.88 -
YUV 161.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 171 168 105 0 0.02 0.39 0.33 57.27 0.28 0.54
Hex AB A8 69 0 2 27 21 39 1C 36
Octal 253 250 151 0 2 47 41 71 34 66
Binary 10101011 10101000 1101001 0 10 100111 100001 111001 11100 110110

Color Harmonies of #ABA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA869

Black with #ABA869

Text Example


Text Example

White with #ABA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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