Html Css Color HEX #AFA565 Gimblet

📋 copy color: '#AFA565'

red 175 ◦ green 165 ◦ blue 101

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

Shades of Gimblet #AFA565

Tints of Gimblet #AFA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

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

R = 39.68%
G = 37.41%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFA565 (or 0xAFA565) is known color: Gimblet. HEX triplet: AF, A5 and 65. RGB value is (175,165,101). Sum of RGB (Red+Green+Blue) = 175+165+101=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA565 is #505A9A. Grayscale: #A0A0A0. Windows color (decimal): -5266075 or 6661551. OLE color: 6661551.

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

Color convert

RGB 175 165 101 -
CMYK 0 0.06 0.42 0.31
HSL 51.89º 0.32% 0.54% -
HSV(B) 51.89º 0.42% 0.69% -
XYZ 33.48 36.96 17.68 -
YUV 160.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 175 165 101 0 0.06 0.42 0.31 51.89 0.32 0.54
Hex AF A5 65 0 6 2A 1F 34 20 36
Octal 257 245 145 0 6 52 37 64 40 66
Binary 10101111 10100101 1100101 0 110 101010 11111 110100 100000 110110

Color Harmonies of #AFA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA565

Black with #AFA565

Text Example


Text Example

White with #AFA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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