Html Css Color HEX #AE6731 Reno Sand

📋 copy color: '#AE6731'

red 174 ◦ green 103 ◦ blue 49

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

Shades of Reno Sand #AE6731

Tints of Reno Sand #AE6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 53.37%
G = 31.6%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6731 (or 0xAE6731) is known color: Reno Sand. HEX triplet: AE, 67 and 31. RGB value is (174,103,49). Sum of RGB (Red+Green+Blue) = 174+103+49=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6731 is #5198CE. Grayscale: #767676. Windows color (decimal): -5347535 or 3237806. OLE color: 3237806.

HSL color Cylindrical-coordinate representation of color #AE6731: hue angle of 25.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6731 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 49 -
CMYK 0 0.41 0.72 0.32
HSL 25.92º 0.56% 0.44% -
HSV(B) 25.92º 0.72% 0.68% -
XYZ 22.86 18.92 5.35 -
YUV 118.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 174 103 49 0 0.41 0.72 0.32 25.92 0.56 0.44
Hex AE 67 31 0 29 48 20 1A 38 2C
Octal 256 147 61 0 51 110 40 32 70 54
Binary 10101110 1100111 110001 0 101001 1001000 100000 11010 111000 101100

Color Harmonies of #AE6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6731

Black with #AE6731

Text Example


Text Example

White with #AE6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6731; }

 p { color: rgb(174,103,49); }

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

background-color css

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

 a { background-color: rgb(174,103,49); }

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

border-color css

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

 span { border-color: rgb(174,103,49); }

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