Html Css Color HEX #AE7635 Reno Sand

📋 copy color: '#AE7635'

red 174 ◦ green 118 ◦ blue 53

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

Shades of Reno Sand #AE7635

Tints of Reno Sand #AE7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 53 (21.09% from 255) = 15.36%

R = 50.43%
G = 34.2%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE7635 (or 0xAE7635) is known color: Reno Sand. HEX triplet: AE, 76 and 35. RGB value is (174,118,53). Sum of RGB (Red+Green+Blue) = 174+118+53=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7635 is #5189CA. Grayscale: #7F7F7F. Windows color (decimal): -5343691 or 3503790. OLE color: 3503790.

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

Color convert

RGB 174 118 53 -
CMYK 0 0.32 0.70 0.32
HSL 32.23º 0.53% 0.45% -
HSV(B) 32.23º 0.7% 0.68% -
XYZ 24.58 22.21 6.36 -
YUV 127.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 174 118 53 0 0.32 0.70 0.32 32.23 0.53 0.45
Hex AE 76 35 0 20 46 20 20 35 2D
Octal 256 166 65 0 40 106 40 40 65 55
Binary 10101110 1110110 110101 0 100000 1000110 100000 100000 110101 101101

Color Harmonies of #AE7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7635

Black with #AE7635

Text Example


Text Example

White with #AE7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7635; }

 p { color: rgb(174,118,53); }

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

background-color css

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

 a { background-color: rgb(174,118,53); }

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

border-color css

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

 span { border-color: rgb(174,118,53); }

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