Html Css Color HEX #AE692A Reno Sand

📋 copy color: '#AE692A'

red 174 ◦ green 105 ◦ blue 42

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

Shades of Reno Sand #AE692A

Tints of Reno Sand #AE692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 54.21%
G = 32.71%
B = 13.08%

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

#AE692A (or 0xAE692A) is known color: Reno Sand. HEX triplet: AE, 69 and 2A. RGB value is (174,105,42). Sum of RGB (Red+Green+Blue) = 174+105+42=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE692A is #5196D5. Grayscale: #767676. Windows color (decimal): -5347030 or 2779566. OLE color: 2779566.

HSL color Cylindrical-coordinate representation of color #AE692A: hue angle of 28.64º 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 #AE692A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 42 -
CMYK 0 0.40 0.76 0.32
HSL 28.64º 0.61% 0.42% -
HSV(B) 28.64º 0.76% 0.68% -
XYZ 22.93 19.27 4.7 -
YUV 118.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 174 105 42 0 0.40 0.76 0.32 28.64 0.61 0.42
Hex AE 69 2A 0 28 4C 20 1D 3D 2A
Octal 256 151 52 0 50 114 40 35 75 52
Binary 10101110 1101001 101010 0 101000 1001100 100000 11101 111101 101010

Color Harmonies of #AE692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE692A

Black with #AE692A

Text Example


Text Example

White with #AE692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE692A; }

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

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

background-color css

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

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

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

border-color css

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

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

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