Html Css Color HEX #AE6934 Reno Sand

📋 copy color: '#AE6934'

red 174 ◦ green 105 ◦ blue 52

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

Shades of Reno Sand #AE6934

Tints of Reno Sand #AE6934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 52.57%
G = 31.72%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE6934 (or 0xAE6934) is known color: Reno Sand. HEX triplet: AE, 69 and 34. RGB value is (174,105,52). Sum of RGB (Red+Green+Blue) = 174+105+52=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6934 is #5196CB. Grayscale: #777777. Windows color (decimal): -5347020 or 3434926. OLE color: 3434926.

HSL color Cylindrical-coordinate representation of color #AE6934: hue angle of 26.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6934 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 52 -
CMYK 0 0.40 0.70 0.32
HSL 26.07º 0.54% 0.44% -
HSV(B) 26.07º 0.7% 0.68% -
XYZ 23.13 19.35 5.76 -
YUV 119.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 174 105 52 0 0.40 0.70 0.32 26.07 0.54 0.44
Hex AE 69 34 0 28 46 20 1A 36 2C
Octal 256 151 64 0 50 106 40 32 66 54
Binary 10101110 1101001 110100 0 101000 1000110 100000 11010 110110 101100

Color Harmonies of #AE6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6934

Black with #AE6934

Text Example


Text Example

White with #AE6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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