Html Css Color HEX #AFA864 Gimblet

📋 copy color: '#AFA864'

red 175 ◦ green 168 ◦ blue 100

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

Shades of Gimblet #AFA864

Tints of Gimblet #AFA864

RGB

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

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

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

R = 39.5%
G = 37.92%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFA864 (or 0xAFA864) is known color: Gimblet. HEX triplet: AF, A8 and 64. RGB value is (175,168,100). Sum of RGB (Red+Green+Blue) = 175+168+100=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA864 is #50579B. Grayscale: #A2A2A2. Windows color (decimal): -5265308 or 6596783. OLE color: 6596783.

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

Color convert

RGB 175 168 100 -
CMYK 0 0.04 0.43 0.31
HSL 54.4º 0.32% 0.54% -
HSV(B) 54.4º 0.43% 0.69% -
XYZ 33.98 38.04 17.61 -
YUV 162.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 175 168 100 0 0.04 0.43 0.31 54.4 0.32 0.54
Hex AF A8 64 0 4 2B 1F 36 20 36
Octal 257 250 144 0 4 53 37 66 40 66
Binary 10101111 10101000 1100100 0 100 101011 11111 110110 100000 110110

Color Harmonies of #AFA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA864

Black with #AFA864

Text Example


Text Example

White with #AFA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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