Html Css Color HEX #A9743A Reno Sand

📋 copy color: '#A9743A'

red 169 ◦ green 116 ◦ blue 58

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

Shades of Reno Sand #A9743A

Tints of Reno Sand #A9743A

RGB

 RED value IS 169 (66.41% from 255) = 49.27%

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 49.27%
G = 33.82%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9743A (or 0xA9743A) is known color: Reno Sand. HEX triplet: A9, 74 and 3A. RGB value is (169,116,58). Sum of RGB (Red+Green+Blue) = 169+116+58=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9743A is #568BC5. Grayscale: #7D7D7D. Windows color (decimal): -5671878 or 3830953. OLE color: 3830953.

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

Color convert

RGB 169 116 58 -
CMYK 0 0.31 0.66 0.34
HSL 31.35º 0.49% 0.45% -
HSV(B) 31.35º 0.66% 0.66% -
XYZ 23.37 21.23 6.87 -
YUV 125.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 169 116 58 0 0.31 0.66 0.34 31.35 0.49 0.45
Hex A9 74 3A 0 1F 42 22 1F 31 2D
Octal 251 164 72 0 37 102 42 37 61 55
Binary 10101001 1110100 111010 0 11111 1000010 100010 11111 110001 101101

Color Harmonies of #A9743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9743A

Black with #A9743A

Text Example


Text Example

White with #A9743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9743A; }

 p { color: rgb(169,116,58); }

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

background-color css

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

 a { background-color: rgb(169,116,58); }

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

border-color css

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

 span { border-color: rgb(169,116,58); }

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