Html Css Color HEX #AF702A Reno Sand

📋 copy color: '#AF702A'

red 175 ◦ green 112 ◦ blue 42

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

Shades of Reno Sand #AF702A

Tints of Reno Sand #AF702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 53.19%
G = 34.04%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF702A (or 0xAF702A) is known color: Reno Sand. HEX triplet: AF, 70 and 2A. RGB value is (175,112,42). Sum of RGB (Red+Green+Blue) = 175+112+42=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702A is #508FD5. Grayscale: #7B7B7B. Windows color (decimal): -5279702 or 2781359. OLE color: 2781359.

HSL color Cylindrical-coordinate representation of color #AF702A: hue angle of 31.58º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF702A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 42 -
CMYK 0 0.36 0.76 0.31
HSL 31.58º 0.61% 0.43% -
HSV(B) 31.58º 0.76% 0.69% -
XYZ 23.89 20.87 4.96 -
YUV 122.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 175 112 42 0 0.36 0.76 0.31 31.58 0.61 0.43
Hex AF 70 2A 0 24 4C 1F 20 3D 2B
Octal 257 160 52 0 44 114 37 40 75 53
Binary 10101111 1110000 101010 0 100100 1001100 11111 100000 111101 101011

Color Harmonies of #AF702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF702A

Black with #AF702A

Text Example


Text Example

White with #AF702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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