Html Css Color HEX #AE783D Reno Sand

📋 copy color: '#AE783D'

red 174 ◦ green 120 ◦ blue 61

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

Shades of Reno Sand #AE783D

Tints of Reno Sand #AE783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 49.01%
G = 33.8%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE783D (or 0xAE783D) is known color: Reno Sand. HEX triplet: AE, 78 and 3D. RGB value is (174,120,61). Sum of RGB (Red+Green+Blue) = 174+120+61=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE783D is #5187C2. Grayscale: #818181. Windows color (decimal): -5343171 or 4028590. OLE color: 4028590.

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

Color convert

RGB 174 120 61 -
CMYK 0 0.31 0.65 0.32
HSL 31.33º 0.48% 0.46% -
HSV(B) 31.33º 0.65% 0.68% -
XYZ 25.01 22.77 7.49 -
YUV 129.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 174 120 61 0 0.31 0.65 0.32 31.33 0.48 0.46
Hex AE 78 3D 0 1F 41 20 1F 30 2E
Octal 256 170 75 0 37 101 40 37 60 56
Binary 10101110 1111000 111101 0 11111 1000001 100000 11111 110000 101110

Color Harmonies of #AE783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE783D

Black with #AE783D

Text Example


Text Example

White with #AE783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE783D; }

 p { color: rgb(174,120,61); }

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

background-color css

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

 a { background-color: rgb(174,120,61); }

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

border-color css

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

 span { border-color: rgb(174,120,61); }

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