Html Css Color HEX #AE6D34 Reno Sand

📋 copy color: '#AE6D34'

red 174 ◦ green 109 ◦ blue 52

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

Shades of Reno Sand #AE6D34

Tints of Reno Sand #AE6D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 51.94%
G = 32.54%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE6D34 (or 0xAE6D34) is known color: Reno Sand. HEX triplet: AE, 6D and 34. RGB value is (174,109,52). Sum of RGB (Red+Green+Blue) = 174+109+52=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D34 is #5192CB. Grayscale: #7A7A7A. Windows color (decimal): -5345996 or 3435950. OLE color: 3435950.

HSL color Cylindrical-coordinate representation of color #AE6D34: hue angle of 28.03º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6D34 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 109 52 -
CMYK 0 0.37 0.70 0.32
HSL 28.03º 0.54% 0.44% -
HSV(B) 28.03º 0.7% 0.68% -
XYZ 23.54 20.18 5.9 -
YUV 121.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 174 109 52 0 0.37 0.70 0.32 28.03 0.54 0.44
Hex AE 6D 34 0 25 46 20 1C 36 2C
Octal 256 155 64 0 45 106 40 34 66 54
Binary 10101110 1101101 110100 0 100101 1000110 100000 11100 110110 101100

Color Harmonies of #AE6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D34

Black with #AE6D34

Text Example


Text Example

White with #AE6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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