#AF7338

Color #AF7338 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AF7338

Tints of Reno Sand #AF7338

Color information

#AF7338 (or 0xAF7338) is unknown color: approx Reno Sand. HEX triplet: AF, 73 and 38. RGB value is (175,115,56). Sum of RGB (Red+Green+Blue) = 175+115+56=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7338 is #508CC7. Grayscale: #7E7E7E. Windows color (decimal): -5278920 or 3699631. OLE color: 3699631.

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

Color convert

RGB17511556-
CMYK00.340.680.31
HSL29.75º51.52%45.29%-
HSV(B)29.75º68%68.63%-
XYZ24.5221.666.63-
YUV126.2188.38162.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=50.58%
G=33.24%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751155600.340.680.3129.7551.5245.29
HexAF7338022441F1e342d
Octal2571637004210437366455
Binary101011111110011111000010001010001001111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7338; }

 p { color: rgb(175,115,56); }

 H1.HeaderClassName
 {
   color: #AF7338;
 }
 .AnyTagClassName
 {
   color: #AF7338;
 }
</style>
background-color css

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

 a { background-color: rgb(175,115,56); }

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

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

 span { border-color: rgb(175,115,56); }

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