Html Css Color HEX #AF7336 Reno Sand

📋 copy color: '#AF7336'

red 175 ◦ green 115 ◦ blue 54

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

Shades of Reno Sand #AF7336

Tints of Reno Sand #AF7336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 50.87%
G = 33.43%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7336 (or 0xAF7336) is known color: Reno Sand. HEX triplet: AF, 73 and 36. RGB value is (175,115,54). Sum of RGB (Red+Green+Blue) = 175+115+54=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7336 is #508CC9. Grayscale: #7E7E7E. Windows color (decimal): -5278922 or 3568559. OLE color: 3568559.

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

Color convert

RGB 175 115 54 -
CMYK 0 0.34 0.69 0.31
HSL 30.25º 0.53% 0.45% -
HSV(B) 30.25º 0.69% 0.69% -
XYZ 24.48 21.64 6.38 -
YUV 125.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 175 115 54 0 0.34 0.69 0.31 30.25 0.53 0.45
Hex AF 73 36 0 22 45 1F 1E 35 2D
Octal 257 163 66 0 42 105 37 36 65 55
Binary 10101111 1110011 110110 0 100010 1000101 11111 11110 110101 101101

Color Harmonies of #AF7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7336

Black with #AF7336

Text Example


Text Example

White with #AF7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7336; }

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

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

background-color css

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

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

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

border-color css

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

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

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