Html Css Color HEX #AF9F5E Gimblet

📋 copy color: '#AF9F5E'

red 175 ◦ green 159 ◦ blue 94

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

Shades of Gimblet #AF9F5E

Tints of Gimblet #AF9F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 40.89%
G = 37.15%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF9F5E (or 0xAF9F5E) is known color: Gimblet. HEX triplet: AF, 9F and 5E. RGB value is (175,159,94). Sum of RGB (Red+Green+Blue) = 175+159+94=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F5E is #5060A1. Grayscale: #9C9C9C. Windows color (decimal): -5267618 or 6201263. OLE color: 6201263.

HSL color Cylindrical-coordinate representation of color #AF9F5E: hue angle of 48.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF9F5E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 94 -
CMYK 0 0.09 0.46 0.31
HSL 48.15º 0.34% 0.53% -
HSV(B) 48.15º 0.46% 0.69% -
XYZ 32.1 34.72 15.6 -
YUV 156.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 175 159 94 0 0.09 0.46 0.31 48.15 0.34 0.53
Hex AF 9F 5E 0 9 2E 1F 30 22 35
Octal 257 237 136 0 11 56 37 60 42 65
Binary 10101111 10011111 1011110 0 1001 101110 11111 110000 100010 110101

Color Harmonies of #AF9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F5E

Black with #AF9F5E

Text Example


Text Example

White with #AF9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F5E; }

 p { color: rgb(175,159,94); }

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

background-color css

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

 a { background-color: rgb(175,159,94); }

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

border-color css

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

 span { border-color: rgb(175,159,94); }

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