Html Css Color HEX #AE7432 Reno Sand

📋 copy color: '#AE7432'

red 174 ◦ green 116 ◦ blue 50

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

Shades of Reno Sand #AE7432

Tints of Reno Sand #AE7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 51.18%
G = 34.12%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE7432 (or 0xAE7432) is known color: Reno Sand. HEX triplet: AE, 74 and 32. RGB value is (174,116,50). Sum of RGB (Red+Green+Blue) = 174+116+50=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7432 is #518BCD. Grayscale: #7E7E7E. Windows color (decimal): -5344206 or 3306670. OLE color: 3306670.

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

Color convert

RGB 174 116 50 -
CMYK 0 0.33 0.71 0.32
HSL 31.94º 0.55% 0.44% -
HSV(B) 31.94º 0.71% 0.68% -
XYZ 24.28 21.72 5.93 -
YUV 125.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 174 116 50 0 0.33 0.71 0.32 31.94 0.55 0.44
Hex AE 74 32 0 21 47 20 20 37 2C
Octal 256 164 62 0 41 107 40 40 67 54
Binary 10101110 1110100 110010 0 100001 1000111 100000 100000 110111 101100

Color Harmonies of #AE7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7432

Black with #AE7432

Text Example


Text Example

White with #AE7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7432; }

 p { color: rgb(174,116,50); }

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

background-color css

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

 a { background-color: rgb(174,116,50); }

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

border-color css

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

 span { border-color: rgb(174,116,50); }

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