Html Css Color HEX #AF702B Reno Sand

📋 copy color: '#AF702B'

red 175 ◦ green 112 ◦ blue 43

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

Shades of Reno Sand #AF702B

Tints of Reno Sand #AF702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 53.03%
G = 33.94%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF702B (or 0xAF702B) is known color: Reno Sand. HEX triplet: AF, 70 and 2B. RGB value is (175,112,43). Sum of RGB (Red+Green+Blue) = 175+112+43=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702B is #508FD4. Grayscale: #7B7B7B. Windows color (decimal): -5279701 or 2846895. OLE color: 2846895.

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

Color convert

RGB 175 112 43 -
CMYK 0 0.36 0.75 0.31
HSL 31.36º 0.61% 0.43% -
HSV(B) 31.36º 0.75% 0.69% -
XYZ 23.91 20.88 5.05 -
YUV 122.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 175 112 43 0 0.36 0.75 0.31 31.36 0.61 0.43
Hex AF 70 2B 0 24 4B 1F 1F 3D 2B
Octal 257 160 53 0 44 113 37 37 75 53
Binary 10101111 1110000 101011 0 100100 1001011 11111 11111 111101 101011

Color Harmonies of #AF702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF702B

Black with #AF702B

Text Example


Text Example

White with #AF702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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