Html Css Color HEX #AE6D31 Reno Sand

📋 copy color: '#AE6D31'

red 174 ◦ green 109 ◦ blue 49

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

Shades of Reno Sand #AE6D31

Tints of Reno Sand #AE6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 52.41%
G = 32.83%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6D31 (or 0xAE6D31) is known color: Reno Sand. HEX triplet: AE, 6D and 31. RGB value is (174,109,49). Sum of RGB (Red+Green+Blue) = 174+109+49=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D31 is #5192CE. Grayscale: #797979. Windows color (decimal): -5345999 or 3239342. OLE color: 3239342.

HSL color Cylindrical-coordinate representation of color #AE6D31: hue angle of 28.8º 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 #AE6D31 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 109 49 -
CMYK 0 0.37 0.72 0.32
HSL 28.8º 0.56% 0.44% -
HSV(B) 28.8º 0.72% 0.68% -
XYZ 23.48 20.16 5.56 -
YUV 121.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 174 109 49 0 0.37 0.72 0.32 28.8 0.56 0.44
Hex AE 6D 31 0 25 48 20 1D 38 2C
Octal 256 155 61 0 45 110 40 35 70 54
Binary 10101110 1101101 110001 0 100101 1001000 100000 11101 111000 101100

Color Harmonies of #AE6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D31

Black with #AE6D31

Text Example


Text Example

White with #AE6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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