Html Css Color HEX #AF712F Reno Sand

📋 copy color: '#AF712F'

red 175 ◦ green 113 ◦ blue 47

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

Shades of Reno Sand #AF712F

Tints of Reno Sand #AF712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 52.24%
G = 33.73%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF712F (or 0xAF712F) is known color: Reno Sand. HEX triplet: AF, 71 and 2F. RGB value is (175,113,47). Sum of RGB (Red+Green+Blue) = 175+113+47=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF712F is #508ED0. Grayscale: #7C7C7C. Windows color (decimal): -5279441 or 3109295. OLE color: 3109295.

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

Color convert

RGB 175 113 47 -
CMYK 0 0.35 0.73 0.31
HSL 30.94º 0.58% 0.44% -
HSV(B) 30.94º 0.73% 0.69% -
XYZ 24.1 21.13 5.5 -
YUV 124.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 175 113 47 0 0.35 0.73 0.31 30.94 0.58 0.44
Hex AF 71 2F 0 23 49 1F 1F 3A 2C
Octal 257 161 57 0 43 111 37 37 72 54
Binary 10101111 1110001 101111 0 100011 1001001 11111 11111 111010 101100

Color Harmonies of #AF712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF712F

Black with #AF712F

Text Example


Text Example

White with #AF712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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