Html Css Color HEX #AF722F Reno Sand

📋 copy color: '#AF722F'

red 175 ◦ green 114 ◦ blue 47

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

Shades of Reno Sand #AF722F

Tints of Reno Sand #AF722F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 52.08%
G = 33.93%
B = 13.99%

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

#AF722F (or 0xAF722F) is known color: Reno Sand. HEX triplet: AF, 72 and 2F. RGB value is (175,114,47). Sum of RGB (Red+Green+Blue) = 175+114+47=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF722F is #508DD0. Grayscale: #7C7C7C. Windows color (decimal): -5279185 or 3109551. OLE color: 3109551.

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

Color convert

RGB 175 114 47 -
CMYK 0 0.35 0.73 0.31
HSL 31.41º 0.58% 0.44% -
HSV(B) 31.41º 0.73% 0.69% -
XYZ 24.21 21.35 5.54 -
YUV 124.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 175 114 47 0 0.35 0.73 0.31 31.41 0.58 0.44
Hex AF 72 2F 0 23 49 1F 1F 3A 2C
Octal 257 162 57 0 43 111 37 37 72 54
Binary 10101111 1110010 101111 0 100011 1001001 11111 11111 111010 101100

Color Harmonies of #AF722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF722F

Black with #AF722F

Text Example


Text Example

White with #AF722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF722F; }

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

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

background-color css

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

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

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

border-color css

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

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

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