Html Css Color HEX #AFA860 Gimblet

📋 copy color: '#AFA860'

red 175 ◦ green 168 ◦ blue 96

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

Shades of Gimblet #AFA860

Tints of Gimblet #AFA860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 39.86%
G = 38.27%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA860 (or 0xAFA860) is known color: Gimblet. HEX triplet: AF, A8 and 60. RGB value is (175,168,96). Sum of RGB (Red+Green+Blue) = 175+168+96=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA860 is #50579F. Grayscale: #A2A2A2. Windows color (decimal): -5265312 or 6334639. OLE color: 6334639.

HSL color Cylindrical-coordinate representation of color #AFA860: hue angle of 54.68º 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 #AFA860 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 96 -
CMYK 0 0.04 0.45 0.31
HSL 54.68º 0.33% 0.53% -
HSV(B) 54.68º 0.45% 0.69% -
XYZ 33.79 37.96 16.61 -
YUV 161.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 175 168 96 0 0.04 0.45 0.31 54.68 0.33 0.53
Hex AF A8 60 0 4 2D 1F 37 21 35
Octal 257 250 140 0 4 55 37 67 41 65
Binary 10101111 10101000 1100000 0 100 101101 11111 110111 100001 110101

Color Harmonies of #AFA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA860

Black with #AFA860

Text Example


Text Example

White with #AFA860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA860; }

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

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

background-color css

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

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

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

border-color css

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

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

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