Html Css Color HEX #AFA86C Gimblet

📋 copy color: '#AFA86C'

red 175 ◦ green 168 ◦ blue 108

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

Shades of Gimblet #AFA86C

Tints of Gimblet #AFA86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.95%

R = 38.8%
G = 37.25%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFA86C (or 0xAFA86C) is known color: Gimblet. HEX triplet: AF, A8 and 6C. RGB value is (175,168,108). Sum of RGB (Red+Green+Blue) = 175+168+108=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86C is #505793. Grayscale: #A3A3A3. Windows color (decimal): -5265300 or 7121071. OLE color: 7121071.

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

Color convert

RGB 175 168 108 -
CMYK 0 0.04 0.38 0.31
HSL 53.73º 0.3% 0.55% -
HSV(B) 53.73º 0.38% 0.69% -
XYZ 34.39 38.2 19.75 -
YUV 163.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 175 168 108 0 0.04 0.38 0.31 53.73 0.3 0.55
Hex AF A8 6C 0 4 26 1F 36 1E 37
Octal 257 250 154 0 4 46 37 66 36 67
Binary 10101111 10101000 1101100 0 100 100110 11111 110110 11110 110111

Color Harmonies of #AFA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA86C

Black with #AFA86C

Text Example


Text Example

White with #AFA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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