Html Css Color HEX #AF7335 Reno Sand

📋 copy color: '#AF7335'

red 175 ◦ green 115 ◦ blue 53

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

Shades of Reno Sand #AF7335

Tints of Reno Sand #AF7335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 51.02%
G = 33.53%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7335 (or 0xAF7335) is known color: Reno Sand. HEX triplet: AF, 73 and 35. RGB value is (175,115,53). Sum of RGB (Red+Green+Blue) = 175+115+53=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7335 is #508CCA. Grayscale: #7E7E7E. Windows color (decimal): -5278923 or 3503023. OLE color: 3503023.

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

Color convert

RGB 175 115 53 -
CMYK 0 0.34 0.70 0.31
HSL 30.49º 0.54% 0.45% -
HSV(B) 30.49º 0.7% 0.69% -
XYZ 24.45 21.63 6.25 -
YUV 125.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 175 115 53 0 0.34 0.70 0.31 30.49 0.54 0.45
Hex AF 73 35 0 22 46 1F 1E 36 2D
Octal 257 163 65 0 42 106 37 36 66 55
Binary 10101111 1110011 110101 0 100010 1000110 11111 11110 110110 101101

Color Harmonies of #AF7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7335

Black with #AF7335

Text Example


Text Example

White with #AF7335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7335; }

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

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

background-color css

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

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

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

border-color css

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

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

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