Html Css Color HEX #ABA269 Gimblet

📋 copy color: '#ABA269'

red 171 ◦ green 162 ◦ blue 105

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

Shades of Gimblet #ABA269

Tints of Gimblet #ABA269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 39.04%
G = 36.99%
B = 23.97%

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

#ABA269 (or 0xABA269) is known color: Gimblet. HEX triplet: AB, A2 and 69. RGB value is (171,162,105). Sum of RGB (Red+Green+Blue) = 171+162+105=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA269 is #545D96. Grayscale: #9E9E9E. Windows color (decimal): -5528983 or 6922923. OLE color: 6922923.

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

Color convert

RGB 171 162 105 -
CMYK 0 0.05 0.39 0.33
HSL 51.82º 0.28% 0.54% -
HSV(B) 51.82º 0.39% 0.67% -
XYZ 32.26 35.52 18.52 -
YUV 158.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 171 162 105 0 0.05 0.39 0.33 51.82 0.28 0.54
Hex AB A2 69 0 5 27 21 34 1C 36
Octal 253 242 151 0 5 47 41 64 34 66
Binary 10101011 10100010 1101001 0 101 100111 100001 110100 11100 110110

Color Harmonies of #ABA269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA269

Black with #ABA269

Text Example


Text Example

White with #ABA269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA269; }

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

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

background-color css

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

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

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

border-color css

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

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

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