Html Css Color HEX #AE682E Reno Sand

📋 copy color: '#AE682E'

red 174 ◦ green 104 ◦ blue 46

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

Shades of Reno Sand #AE682E

Tints of Reno Sand #AE682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 53.7%
G = 32.1%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE682E (or 0xAE682E) is known color: Reno Sand. HEX triplet: AE, 68 and 2E. RGB value is (174,104,46). Sum of RGB (Red+Green+Blue) = 174+104+46=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE682E is #5197D1. Grayscale: #767676. Windows color (decimal): -5347282 or 3041454. OLE color: 3041454.

HSL color Cylindrical-coordinate representation of color #AE682E: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE682E is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 46 -
CMYK 0 0.40 0.74 0.32
HSL 27.19º 0.58% 0.43% -
HSV(B) 27.19º 0.74% 0.68% -
XYZ 22.9 19.1 5.06 -
YUV 118.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 174 104 46 0 0.40 0.74 0.32 27.19 0.58 0.43
Hex AE 68 2E 0 28 4A 20 1B 3A 2B
Octal 256 150 56 0 50 112 40 33 72 53
Binary 10101110 1101000 101110 0 101000 1001010 100000 11011 111010 101011

Color Harmonies of #AE682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE682E

Black with #AE682E

Text Example


Text Example

White with #AE682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE682E; }

 p { color: rgb(174,104,46); }

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

background-color css

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

 a { background-color: rgb(174,104,46); }

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

border-color css

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

 span { border-color: rgb(174,104,46); }

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