#AF7438

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

Shades of Reno Sand #AF7438

Tints of Reno Sand #AF7438

Color information

#AF7438 (or 0xAF7438) is unknown color: approx Reno Sand. HEX triplet: AF, 74 and 38. RGB value is (175,116,56). Sum of RGB (Red+Green+Blue) = 175+116+56=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7438 is #508BC7. Grayscale: #7F7F7F. Windows color (decimal): -5278664 or 3699887. OLE color: 3699887.

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

Color convert

RGB17511656-
CMYK00.340.680.31
HSL30.25º51.52%45.29%-
HSV(B)30.25º68%68.63%-
XYZ24.6421.896.67-
YUV126.888.05162.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=50.43%
G=33.43%
B=16.14%

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
Decimal1751165600.340.680.3130.2551.5245.29
HexAF7438022441F1e342d
Octal2571647004210437366455
Binary101011111110100111000010001010001001111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7438; }

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

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

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

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

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

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

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

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