Html Css Color HEX #AE7030 Reno Sand

📋 copy color: '#AE7030'

red 174 ◦ green 112 ◦ blue 48

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

Shades of Reno Sand #AE7030

Tints of Reno Sand #AE7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 52.1%
G = 33.53%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE7030 (or 0xAE7030) is known color: Reno Sand. HEX triplet: AE, 70 and 30. RGB value is (174,112,48). Sum of RGB (Red+Green+Blue) = 174+112+48=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7030 is #518FCF. Grayscale: #7B7B7B. Windows color (decimal): -5345232 or 3174574. OLE color: 3174574.

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

Color convert

RGB 174 112 48 -
CMYK 0 0.36 0.72 0.32
HSL 30.48º 0.57% 0.44% -
HSV(B) 30.48º 0.72% 0.68% -
XYZ 23.78 20.8 5.56 -
YUV 123.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 174 112 48 0 0.36 0.72 0.32 30.48 0.57 0.44
Hex AE 70 30 0 24 48 20 1E 39 2C
Octal 256 160 60 0 44 110 40 36 71 54
Binary 10101110 1110000 110000 0 100100 1001000 100000 11110 111001 101100

Color Harmonies of #AE7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7030

Black with #AE7030

Text Example


Text Example

White with #AE7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7030; }

 p { color: rgb(174,112,48); }

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

background-color css

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

 a { background-color: rgb(174,112,48); }

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

border-color css

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

 span { border-color: rgb(174,112,48); }

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