Html Css Color HEX #ABA769 Gimblet

📋 copy color: '#ABA769'

red 171 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #ABA769

Tints of Gimblet #ABA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

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

R = 38.6%
G = 37.7%
B = 23.7%

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

#ABA769 (or 0xABA769) is known color: Gimblet. HEX triplet: AB, A7 and 69. RGB value is (171,167,105). Sum of RGB (Red+Green+Blue) = 171+167+105=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA769 is #545896. Grayscale: #A1A1A1. Windows color (decimal): -5527703 or 6924203. OLE color: 6924203.

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

Color convert

RGB 171 167 105 -
CMYK 0 0.02 0.39 0.33
HSL 56.36º 0.28% 0.54% -
HSV(B) 56.36º 0.39% 0.67% -
XYZ 33.16 37.32 18.82 -
YUV 161.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 171 167 105 0 0.02 0.39 0.33 56.36 0.28 0.54
Hex AB A7 69 0 2 27 21 38 1C 36
Octal 253 247 151 0 2 47 41 70 34 66
Binary 10101011 10100111 1101001 0 10 100111 100001 111000 11100 110110

Color Harmonies of #ABA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA769

Black with #ABA769

Text Example


Text Example

White with #ABA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA769; }

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

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

background-color css

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

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

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

border-color css

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

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

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