Html Css Color HEX #AF793D Reno Sand

📋 copy color: '#AF793D'

red 175 ◦ green 121 ◦ blue 61

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

Shades of Reno Sand #AF793D

Tints of Reno Sand #AF793D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 49.02%
G = 33.89%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF793D (or 0xAF793D) is known color: Reno Sand. HEX triplet: AF, 79 and 3D. RGB value is (175,121,61). Sum of RGB (Red+Green+Blue) = 175+121+61=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793D is #5086C2. Grayscale: #828282. Windows color (decimal): -5277379 or 4028847. OLE color: 4028847.

HSL color Cylindrical-coordinate representation of color #AF793D: hue angle of 31.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF793D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 61 -
CMYK 0 0.31 0.65 0.31
HSL 31.58º 0.48% 0.46% -
HSV(B) 31.58º 0.65% 0.69% -
XYZ 25.36 23.13 7.54 -
YUV 130.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 175 121 61 0 0.31 0.65 0.31 31.58 0.48 0.46
Hex AF 79 3D 0 1F 41 1F 20 30 2E
Octal 257 171 75 0 37 101 37 40 60 56
Binary 10101111 1111001 111101 0 11111 1000001 11111 100000 110000 101110

Color Harmonies of #AF793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF793D

Black with #AF793D

Text Example


Text Example

White with #AF793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF793D; }

 p { color: rgb(175,121,61); }

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

background-color css

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

 a { background-color: rgb(175,121,61); }

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

border-color css

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

 span { border-color: rgb(175,121,61); }

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