Html Css Color HEX #AF9F68 Gimblet

📋 copy color: '#AF9F68'

red 175 ◦ green 159 ◦ blue 104

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

Shades of Gimblet #AF9F68

Tints of Gimblet #AF9F68

RGB

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

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

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

R = 39.95%
G = 36.3%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9F68 (or 0xAF9F68) is known color: Gimblet. HEX triplet: AF, 9F and 68. RGB value is (175,159,104). Sum of RGB (Red+Green+Blue) = 175+159+104=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F68 is #506097. Grayscale: #9D9D9D. Windows color (decimal): -5267608 or 6856623. OLE color: 6856623.

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

Color convert

RGB 175 159 104 -
CMYK 0 0.09 0.41 0.31
HSL 46.48º 0.31% 0.55% -
HSV(B) 46.48º 0.41% 0.69% -
XYZ 32.58 34.91 18.12 -
YUV 157.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 175 159 104 0 0.09 0.41 0.31 46.48 0.31 0.55
Hex AF 9F 68 0 9 29 1F 2E 1F 37
Octal 257 237 150 0 11 51 37 56 37 67
Binary 10101111 10011111 1101000 0 1001 101001 11111 101110 11111 110111

Color Harmonies of #AF9F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F68

Black with #AF9F68

Text Example


Text Example

White with #AF9F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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