Html Css Color HEX #AF702F Reno Sand

📋 copy color: '#AF702F'

red 175 ◦ green 112 ◦ blue 47

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

Shades of Reno Sand #AF702F

Tints of Reno Sand #AF702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 52.4%
G = 33.53%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF702F (or 0xAF702F) is known color: Reno Sand. HEX triplet: AF, 70 and 2F. RGB value is (175,112,47). Sum of RGB (Red+Green+Blue) = 175+112+47=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702F is #508FD0. Grayscale: #7B7B7B. Windows color (decimal): -5279697 or 3109039. OLE color: 3109039.

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

Color convert

RGB 175 112 47 -
CMYK 0 0.36 0.73 0.31
HSL 30.47º 0.58% 0.44% -
HSV(B) 30.47º 0.73% 0.69% -
XYZ 23.99 20.91 5.46 -
YUV 123.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 175 112 47 0 0.36 0.73 0.31 30.47 0.58 0.44
Hex AF 70 2F 0 24 49 1F 1E 3A 2C
Octal 257 160 57 0 44 111 37 36 72 54
Binary 10101111 1110000 101111 0 100100 1001001 11111 11110 111010 101100

Color Harmonies of #AF702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF702F

Black with #AF702F

Text Example


Text Example

White with #AF702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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