Html Css Color HEX #AFA865 Gimblet

📋 copy color: '#AFA865'

red 175 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #AFA865

Tints of Gimblet #AFA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 39.41%
G = 37.84%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFA865 (or 0xAFA865) is known color: Gimblet. HEX triplet: AF, A8 and 65. RGB value is (175,168,101). Sum of RGB (Red+Green+Blue) = 175+168+101=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA865 is #50579A. Grayscale: #A2A2A2. Windows color (decimal): -5265307 or 6662319. OLE color: 6662319.

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

Color convert

RGB 175 168 101 -
CMYK 0 0.04 0.42 0.31
HSL 54.32º 0.32% 0.54% -
HSV(B) 54.32º 0.42% 0.69% -
XYZ 34.03 38.06 17.86 -
YUV 162.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 175 168 101 0 0.04 0.42 0.31 54.32 0.32 0.54
Hex AF A8 65 0 4 2A 1F 36 20 36
Octal 257 250 145 0 4 52 37 66 40 66
Binary 10101111 10101000 1100101 0 100 101010 11111 110110 100000 110110

Color Harmonies of #AFA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA865

Black with #AFA865

Text Example


Text Example

White with #AFA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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