Html Css Color HEX #AE6730 Reno Sand

📋 copy color: '#AE6730'

red 174 ◦ green 103 ◦ blue 48

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

Shades of Reno Sand #AE6730

Tints of Reno Sand #AE6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 53.54%
G = 31.69%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6730 (or 0xAE6730) is known color: Reno Sand. HEX triplet: AE, 67 and 30. RGB value is (174,103,48). Sum of RGB (Red+Green+Blue) = 174+103+48=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6730 is #5198CF. Grayscale: #767676. Windows color (decimal): -5347536 or 3172270. OLE color: 3172270.

HSL color Cylindrical-coordinate representation of color #AE6730: hue angle of 26.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6730 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 48 -
CMYK 0 0.41 0.72 0.32
HSL 26.19º 0.57% 0.44% -
HSV(B) 26.19º 0.72% 0.68% -
XYZ 22.84 18.91 5.24 -
YUV 117.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 174 103 48 0 0.41 0.72 0.32 26.19 0.57 0.44
Hex AE 67 30 0 29 48 20 1A 39 2C
Octal 256 147 60 0 51 110 40 32 71 54
Binary 10101110 1100111 110000 0 101001 1001000 100000 11010 111001 101100

Color Harmonies of #AE6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6730

Black with #AE6730

Text Example


Text Example

White with #AE6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6730; }

 p { color: rgb(174,103,48); }

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

background-color css

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

 a { background-color: rgb(174,103,48); }

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

border-color css

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

 span { border-color: rgb(174,103,48); }

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