#A97338

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

Shades of Reno Sand #A97338

Tints of Reno Sand #A97338

Color information

#A97338 (or 0xA97338) is unknown color: approx Reno Sand. HEX triplet: A9, 73 and 38. RGB value is (169,115,56). Sum of RGB (Red+Green+Blue) = 169+115+56=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A97338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97338 is #568CC7. Grayscale: #7C7C7C. Windows color (decimal): -5672136 or 3699625. OLE color: 3699625.

HSL color Cylindrical-coordinate representation of color #A97338: hue angle of 31.33º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A97338 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16911556-
CMYK00.320.670.34
HSL31.33º50.22%44.12%-
HSV(B)31.33º66.86%66.27%-
XYZ23.2120.986.57-
YUV124.4289.39159.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=49.71%
G=33.82%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691155600.320.670.3431.3350.2244.12
HexA9733802043221f322c
Octal2511637004010342376254
Binary1010100111100111110000100000100001110001011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97338; }

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

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

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

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

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

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

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

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