Html Css Color HEX #ABA369 Gimblet

📋 copy color: '#ABA369'

red 171 ◦ green 163 ◦ blue 105

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

Shades of Gimblet #ABA369

Tints of Gimblet #ABA369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.13%

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

R = 38.95%
G = 37.13%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#ABA369 (or 0xABA369) is known color: Gimblet. HEX triplet: AB, A3 and 69. RGB value is (171,163,105). Sum of RGB (Red+Green+Blue) = 171+163+105=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA369 is #545C96. Grayscale: #9F9F9F. Windows color (decimal): -5528727 or 6923179. OLE color: 6923179.

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

Color convert

RGB 171 163 105 -
CMYK 0 0.05 0.39 0.33
HSL 52.73º 0.28% 0.54% -
HSV(B) 52.73º 0.39% 0.67% -
XYZ 32.44 35.87 18.58 -
YUV 158.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 171 163 105 0 0.05 0.39 0.33 52.73 0.28 0.54
Hex AB A3 69 0 5 27 21 35 1C 36
Octal 253 243 151 0 5 47 41 65 34 66
Binary 10101011 10100011 1101001 0 101 100111 100001 110101 11100 110110

Color Harmonies of #ABA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA369

Black with #ABA369

Text Example


Text Example

White with #ABA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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