Html Css Color HEX #AFA060 Gimblet

📋 copy color: '#AFA060'

red 175 ◦ green 160 ◦ blue 96

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

Shades of Gimblet #AFA060

Tints of Gimblet #AFA060

RGB

 RED value IS 175 (68.75% from 255) = 40.6%

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 40.6%
G = 37.12%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA060 (or 0xAFA060) is known color: Gimblet. HEX triplet: AF, A0 and 60. RGB value is (175,160,96). Sum of RGB (Red+Green+Blue) = 175+160+96=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA060 is #505F9F. Grayscale: #9D9D9D. Windows color (decimal): -5267360 or 6332591. OLE color: 6332591.

HSL color Cylindrical-coordinate representation of color #AFA060: hue angle of 48.61º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA060 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 96 -
CMYK 0 0.09 0.45 0.31
HSL 48.61º 0.33% 0.53% -
HSV(B) 48.61º 0.45% 0.69% -
XYZ 32.36 35.1 16.14 -
YUV 157.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 175 160 96 0 0.09 0.45 0.31 48.61 0.33 0.53
Hex AF A0 60 0 9 2D 1F 31 21 35
Octal 257 240 140 0 11 55 37 61 41 65
Binary 10101111 10100000 1100000 0 1001 101101 11111 110001 100001 110101

Color Harmonies of #AFA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA060

Black with #AFA060

Text Example


Text Example

White with #AFA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA060; }

 p { color: rgb(175,160,96); }

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

background-color css

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

 a { background-color: rgb(175,160,96); }

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

border-color css

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

 span { border-color: rgb(175,160,96); }

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