Html Css Color HEX #AE7136 Reno Sand

📋 copy color: '#AE7136'

red 174 ◦ green 113 ◦ blue 54

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

Shades of Reno Sand #AE7136

Tints of Reno Sand #AE7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 51.03%
G = 33.14%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE7136 (or 0xAE7136) is known color: Reno Sand. HEX triplet: AE, 71 and 36. RGB value is (174,113,54). Sum of RGB (Red+Green+Blue) = 174+113+54=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7136 is #518EC9. Grayscale: #7C7C7C. Windows color (decimal): -5344970 or 3568046. OLE color: 3568046.

HSL color Cylindrical-coordinate representation of color #AE7136: hue angle of 29.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 #AE7136 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 113 54 -
CMYK 0 0.35 0.69 0.32
HSL 29.5º 0.53% 0.45% -
HSV(B) 29.5º 0.69% 0.68% -
XYZ 24.03 21.08 6.29 -
YUV 124.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 174 113 54 0 0.35 0.69 0.32 29.5 0.53 0.45
Hex AE 71 36 0 23 45 20 1E 35 2D
Octal 256 161 66 0 43 105 40 36 65 55
Binary 10101110 1110001 110110 0 100011 1000101 100000 11110 110101 101101

Color Harmonies of #AE7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7136

Black with #AE7136

Text Example


Text Example

White with #AE7136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7136; }

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

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

background-color css

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

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

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

border-color css

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

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

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