Html Css Color HEX #AFA662 Gimblet

📋 copy color: '#AFA662'

red 175 ◦ green 166 ◦ blue 98

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

Shades of Gimblet #AFA662

Tints of Gimblet #AFA662

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 98 (38.67% from 255) = 22.32%

R = 39.86%
G = 37.81%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AFA662 (or 0xAFA662) is known color: Gimblet. HEX triplet: AF, A6 and 62. RGB value is (175,166,98). Sum of RGB (Red+Green+Blue) = 175+166+98=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA662 is #50599D. Grayscale: #A1A1A1. Windows color (decimal): -5265822 or 6465199. OLE color: 6465199.

HSL color Cylindrical-coordinate representation of color #AFA662: hue angle of 52.99º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFA662 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 98 -
CMYK 0 0.05 0.44 0.31
HSL 52.99º 0.32% 0.54% -
HSV(B) 52.99º 0.44% 0.69% -
XYZ 33.52 37.27 16.98 -
YUV 160.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 175 166 98 0 0.05 0.44 0.31 52.99 0.32 0.54
Hex AF A6 62 0 5 2C 1F 35 20 36
Octal 257 246 142 0 5 54 37 65 40 66
Binary 10101111 10100110 1100010 0 101 101100 11111 110101 100000 110110

Color Harmonies of #AFA662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA662

Black with #AFA662

Text Example


Text Example

White with #AFA662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA662; }

 p { color: rgb(175,166,98); }

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

background-color css

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

 a { background-color: rgb(175,166,98); }

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

border-color css

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

 span { border-color: rgb(175,166,98); }

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