Html Css Color HEX #AE6A31 Reno Sand

📋 copy color: '#AE6A31'

red 174 ◦ green 106 ◦ blue 49

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

Shades of Reno Sand #AE6A31

Tints of Reno Sand #AE6A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 52.89%
G = 32.22%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6A31 (or 0xAE6A31) is known color: Reno Sand. HEX triplet: AE, 6A and 31. RGB value is (174,106,49). Sum of RGB (Red+Green+Blue) = 174+106+49=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A31 is #5195CE. Grayscale: #787878. Windows color (decimal): -5346767 or 3238574. OLE color: 3238574.

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

Color convert

RGB 174 106 49 -
CMYK 0 0.39 0.72 0.32
HSL 27.36º 0.56% 0.44% -
HSV(B) 27.36º 0.72% 0.68% -
XYZ 23.16 19.53 5.45 -
YUV 119.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 174 106 49 0 0.39 0.72 0.32 27.36 0.56 0.44
Hex AE 6A 31 0 27 48 20 1B 38 2C
Octal 256 152 61 0 47 110 40 33 70 54
Binary 10101110 1101010 110001 0 100111 1001000 100000 11011 111000 101100

Color Harmonies of #AE6A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A31

Black with #AE6A31

Text Example


Text Example

White with #AE6A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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