Html Css Color HEX #AE743B Reno Sand

📋 copy color: '#AE743B'

red 174 ◦ green 116 ◦ blue 59

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

Shades of Reno Sand #AE743B

Tints of Reno Sand #AE743B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 49.86%
G = 33.24%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE743B (or 0xAE743B) is known color: Reno Sand. HEX triplet: AE, 74 and 3B. RGB value is (174,116,59). Sum of RGB (Red+Green+Blue) = 174+116+59=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE743B is #518BC4. Grayscale: #7F7F7F. Windows color (decimal): -5344197 or 3896494. OLE color: 3896494.

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

Color convert

RGB 174 116 59 -
CMYK 0 0.33 0.66 0.32
HSL 29.74º 0.49% 0.46% -
HSV(B) 29.74º 0.66% 0.68% -
XYZ 24.49 21.81 7.06 -
YUV 126.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 174 116 59 0 0.33 0.66 0.32 29.74 0.49 0.46
Hex AE 74 3B 0 21 42 20 1E 31 2E
Octal 256 164 73 0 41 102 40 36 61 56
Binary 10101110 1110100 111011 0 100001 1000010 100000 11110 110001 101110

Color Harmonies of #AE743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE743B

Black with #AE743B

Text Example


Text Example

White with #AE743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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