Html Css Color HEX #AF9F5D Gimblet

📋 copy color: '#AF9F5D'

red 175 ◦ green 159 ◦ blue 93

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

Shades of Gimblet #AF9F5D

Tints of Gimblet #AF9F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 40.98%
G = 37.24%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF9F5D (or 0xAF9F5D) is known color: Gimblet. HEX triplet: AF, 9F and 5D. RGB value is (175,159,93). Sum of RGB (Red+Green+Blue) = 175+159+93=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F5D is #5060A2. Grayscale: #9C9C9C. Windows color (decimal): -5267619 or 6135727. OLE color: 6135727.

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

Color convert

RGB 175 159 93 -
CMYK 0 0.09 0.47 0.31
HSL 48.29º 0.34% 0.53% -
HSV(B) 48.29º 0.47% 0.69% -
XYZ 32.05 34.7 15.36 -
YUV 156.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 175 159 93 0 0.09 0.47 0.31 48.29 0.34 0.53
Hex AF 9F 5D 0 9 2F 1F 30 22 35
Octal 257 237 135 0 11 57 37 60 42 65
Binary 10101111 10011111 1011101 0 1001 101111 11111 110000 100010 110101

Color Harmonies of #AF9F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F5D

Black with #AF9F5D

Text Example


Text Example

White with #AF9F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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