Html Css Color HEX #AFA868 Gimblet

📋 copy color: '#AFA868'

red 175 ◦ green 168 ◦ blue 104

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

Shades of Gimblet #AFA868

Tints of Gimblet #AFA868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 39.15%
G = 37.58%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA868 (or 0xAFA868) is known color: Gimblet. HEX triplet: AF, A8 and 68. RGB value is (175,168,104). Sum of RGB (Red+Green+Blue) = 175+168+104=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA868 is #505797. Grayscale: #A3A3A3. Windows color (decimal): -5265304 or 6858927. OLE color: 6858927.

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

Color convert

RGB 175 168 104 -
CMYK 0 0.04 0.41 0.31
HSL 54.08º 0.31% 0.55% -
HSV(B) 54.08º 0.41% 0.69% -
XYZ 34.18 38.12 18.65 -
YUV 162.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 175 168 104 0 0.04 0.41 0.31 54.08 0.31 0.55
Hex AF A8 68 0 4 29 1F 36 1F 37
Octal 257 250 150 0 4 51 37 66 37 67
Binary 10101111 10101000 1101000 0 100 101001 11111 110110 11111 110111

Color Harmonies of #AFA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA868

Black with #AFA868

Text Example


Text Example

White with #AFA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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