Html Css Color HEX #AFA260 Gimblet

📋 copy color: '#AFA260'

red 175 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #AFA260

Tints of Gimblet #AFA260

RGB

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

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

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

R = 40.42%
G = 37.41%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA260 (or 0xAFA260) is known color: Gimblet. HEX triplet: AF, A2 and 60. RGB value is (175,162,96). Sum of RGB (Red+Green+Blue) = 175+162+96=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA260 is #505D9F. Grayscale: #9E9E9E. Windows color (decimal): -5266848 or 6333103. OLE color: 6333103.

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

Color convert

RGB 175 162 96 -
CMYK 0 0.07 0.45 0.31
HSL 50.13º 0.33% 0.53% -
HSV(B) 50.13º 0.45% 0.69% -
XYZ 32.71 35.8 16.25 -
YUV 158.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 175 162 96 0 0.07 0.45 0.31 50.13 0.33 0.53
Hex AF A2 60 0 7 2D 1F 32 21 35
Octal 257 242 140 0 7 55 37 62 41 65
Binary 10101111 10100010 1100000 0 111 101101 11111 110010 100001 110101

Color Harmonies of #AFA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA260

Black with #AFA260

Text Example


Text Example

White with #AFA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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