Html Css Color HEX #AE682A Reno Sand

📋 copy color: '#AE682A'

red 174 ◦ green 104 ◦ blue 42

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

Shades of Reno Sand #AE682A

Tints of Reno Sand #AE682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 54.38%
G = 32.5%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE682A (or 0xAE682A) is known color: Reno Sand. HEX triplet: AE, 68 and 2A. RGB value is (174,104,42). Sum of RGB (Red+Green+Blue) = 174+104+42=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE682A is #5197D5. Grayscale: #767676. Windows color (decimal): -5347286 or 2779310. OLE color: 2779310.

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

Color convert

RGB 174 104 42 -
CMYK 0 0.40 0.76 0.32
HSL 28.18º 0.61% 0.42% -
HSV(B) 28.18º 0.76% 0.68% -
XYZ 22.82 19.07 4.67 -
YUV 117.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 174 104 42 0 0.40 0.76 0.32 28.18 0.61 0.42
Hex AE 68 2A 0 28 4C 20 1C 3D 2A
Octal 256 150 52 0 50 114 40 34 75 52
Binary 10101110 1101000 101010 0 101000 1001100 100000 11100 111101 101010

Color Harmonies of #AE682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE682A

Black with #AE682A

Text Example


Text Example

White with #AE682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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