Html Css Color HEX #AF7036 Reno Sand

📋 copy color: '#AF7036'

red 175 ◦ green 112 ◦ blue 54

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

Shades of Reno Sand #AF7036

Tints of Reno Sand #AF7036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 51.32%
G = 32.84%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7036 (or 0xAF7036) is known color: Reno Sand. HEX triplet: AF, 70 and 36. RGB value is (175,112,54). Sum of RGB (Red+Green+Blue) = 175+112+54=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7036 is #508FC9. Grayscale: #7C7C7C. Windows color (decimal): -5279690 or 3567791. OLE color: 3567791.

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

Color convert

RGB 175 112 54 -
CMYK 0 0.36 0.69 0.31
HSL 28.76º 0.53% 0.45% -
HSV(B) 28.76º 0.69% 0.69% -
XYZ 24.14 20.97 6.27 -
YUV 124.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 175 112 54 0 0.36 0.69 0.31 28.76 0.53 0.45
Hex AF 70 36 0 24 45 1F 1D 35 2D
Octal 257 160 66 0 44 105 37 35 65 55
Binary 10101111 1110000 110110 0 100100 1000101 11111 11101 110101 101101

Color Harmonies of #AF7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7036

Black with #AF7036

Text Example


Text Example

White with #AF7036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7036; }

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

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

background-color css

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

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

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

border-color css

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

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

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