Html Css Color HEX #AFA064 Gimblet

📋 copy color: '#AFA064'

red 175 ◦ green 160 ◦ blue 100

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

Shades of Gimblet #AFA064

Tints of Gimblet #AFA064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 40.23%
G = 36.78%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFA064 (or 0xAFA064) is known color: Gimblet. HEX triplet: AF, A0 and 64. RGB value is (175,160,100). Sum of RGB (Red+Green+Blue) = 175+160+100=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA064 is #505F9B. Grayscale: #9D9D9D. Windows color (decimal): -5267356 or 6594735. OLE color: 6594735.

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

Color convert

RGB 175 160 100 -
CMYK 0 0.09 0.43 0.31
HSL 48º 0.32% 0.54% -
HSV(B) 48º 0.43% 0.69% -
XYZ 32.55 35.18 17.13 -
YUV 157.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 175 160 100 0 0.09 0.43 0.31 48 0.32 0.54
Hex AF A0 64 0 9 2B 1F 30 20 36
Octal 257 240 144 0 11 53 37 60 40 66
Binary 10101111 10100000 1100100 0 1001 101011 11111 110000 100000 110110

Color Harmonies of #AFA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA064

Black with #AFA064

Text Example


Text Example

White with #AFA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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