Html Css Color HEX #ABA669 Gimblet

📋 copy color: '#ABA669'

red 171 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #ABA669

Tints of Gimblet #ABA669

RGB

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

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

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

R = 38.69%
G = 37.56%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA669 (or 0xABA669) is known color: Gimblet. HEX triplet: AB, A6 and 69. RGB value is (171,166,105). Sum of RGB (Red+Green+Blue) = 171+166+105=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA669 is #545996. Grayscale: #A0A0A0. Windows color (decimal): -5527959 or 6923947. OLE color: 6923947.

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

Color convert

RGB 171 166 105 -
CMYK 0 0.03 0.39 0.33
HSL 55.45º 0.28% 0.54% -
HSV(B) 55.45º 0.39% 0.67% -
XYZ 32.98 36.95 18.76 -
YUV 160.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 171 166 105 0 0.03 0.39 0.33 55.45 0.28 0.54
Hex AB A6 69 0 3 27 21 37 1C 36
Octal 253 246 151 0 3 47 41 67 34 66
Binary 10101011 10100110 1101001 0 11 100111 100001 110111 11100 110110

Color Harmonies of #ABA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA669

Black with #ABA669

Text Example


Text Example

White with #ABA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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