Html Css Color HEX #AE7336 Reno Sand

📋 copy color: '#AE7336'

red 174 ◦ green 115 ◦ blue 54

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

Shades of Reno Sand #AE7336

Tints of Reno Sand #AE7336

RGB

 RED value IS 174 (68.36% from 255) = 50.73%

 GREEN value IS 115 (45.31% from 255) = 33.53%

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

R = 50.73%
G = 33.53%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE7336 (or 0xAE7336) is known color: Reno Sand. HEX triplet: AE, 73 and 36. RGB value is (174,115,54). Sum of RGB (Red+Green+Blue) = 174+115+54=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7336 is #518CC9. Grayscale: #7D7D7D. Windows color (decimal): -5344458 or 3568558. OLE color: 3568558.

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

Color convert

RGB 174 115 54 -
CMYK 0 0.34 0.69 0.32
HSL 30.5º 0.53% 0.45% -
HSV(B) 30.5º 0.69% 0.68% -
XYZ 24.25 21.53 6.37 -
YUV 125.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 174 115 54 0 0.34 0.69 0.32 30.5 0.53 0.45
Hex AE 73 36 0 22 45 20 1E 35 2D
Octal 256 163 66 0 42 105 40 36 65 55
Binary 10101110 1110011 110110 0 100010 1000101 100000 11110 110101 101101

Color Harmonies of #AE7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7336

Black with #AE7336

Text Example


Text Example

White with #AE7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7336; }

 p { color: rgb(174,115,54); }

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

background-color css

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

 a { background-color: rgb(174,115,54); }

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

border-color css

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

 span { border-color: rgb(174,115,54); }

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