Html Css Color HEX #AF732F Reno Sand

📋 copy color: '#AF732F'

red 175 ◦ green 115 ◦ blue 47

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

Shades of Reno Sand #AF732F

Tints of Reno Sand #AF732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 51.93%
G = 34.12%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF732F (or 0xAF732F) is known color: Reno Sand. HEX triplet: AF, 73 and 2F. RGB value is (175,115,47). Sum of RGB (Red+Green+Blue) = 175+115+47=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF732F is #508CD0. Grayscale: #7D7D7D. Windows color (decimal): -5278929 or 3109807. OLE color: 3109807.

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

Color convert

RGB 175 115 47 -
CMYK 0 0.34 0.73 0.31
HSL 31.88º 0.58% 0.44% -
HSV(B) 31.88º 0.73% 0.69% -
XYZ 24.32 21.58 5.57 -
YUV 125.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 175 115 47 0 0.34 0.73 0.31 31.88 0.58 0.44
Hex AF 73 2F 0 22 49 1F 20 3A 2C
Octal 257 163 57 0 42 111 37 40 72 54
Binary 10101111 1110011 101111 0 100010 1001001 11111 100000 111010 101100

Color Harmonies of #AF732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF732F

Black with #AF732F

Text Example


Text Example

White with #AF732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF732F; }

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

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

background-color css

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

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

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

border-color css

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

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

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