Html Css Color HEX #AF7535 Reno Sand

📋 copy color: '#AF7535'

red 175 ◦ green 117 ◦ blue 53

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

Shades of Reno Sand #AF7535

Tints of Reno Sand #AF7535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 50.72%
G = 33.91%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7535 (or 0xAF7535) is known color: Reno Sand. HEX triplet: AF, 75 and 35. RGB value is (175,117,53). Sum of RGB (Red+Green+Blue) = 175+117+53=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7535 is #508ACA. Grayscale: #7F7F7F. Windows color (decimal): -5278411 or 3503535. OLE color: 3503535.

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

Color convert

RGB 175 117 53 -
CMYK 0 0.33 0.70 0.31
HSL 31.48º 0.54% 0.45% -
HSV(B) 31.48º 0.7% 0.69% -
XYZ 24.68 22.09 6.33 -
YUV 127.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 175 117 53 0 0.33 0.70 0.31 31.48 0.54 0.45
Hex AF 75 35 0 21 46 1F 1F 36 2D
Octal 257 165 65 0 41 106 37 37 66 55
Binary 10101111 1110101 110101 0 100001 1000110 11111 11111 110110 101101

Color Harmonies of #AF7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7535

Black with #AF7535

Text Example


Text Example

White with #AF7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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