Html Css Color HEX #AE722E Reno Sand

📋 copy color: '#AE722E'

red 174 ◦ green 114 ◦ blue 46

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

Shades of Reno Sand #AE722E

Tints of Reno Sand #AE722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 52.1%
G = 34.13%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE722E (or 0xAE722E) is known color: Reno Sand. HEX triplet: AE, 72 and 2E. RGB value is (174,114,46). Sum of RGB (Red+Green+Blue) = 174+114+46=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE722E is #518DD1. Grayscale: #7C7C7C. Windows color (decimal): -5344722 or 3044014. OLE color: 3044014.

HSL color Cylindrical-coordinate representation of color #AE722E: hue angle of 31.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE722E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 46 -
CMYK 0 0.34 0.74 0.32
HSL 31.88º 0.58% 0.43% -
HSV(B) 31.88º 0.74% 0.68% -
XYZ 23.97 21.23 5.42 -
YUV 124.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 174 114 46 0 0.34 0.74 0.32 31.88 0.58 0.43
Hex AE 72 2E 0 22 4A 20 20 3A 2B
Octal 256 162 56 0 42 112 40 40 72 53
Binary 10101110 1110010 101110 0 100010 1001010 100000 100000 111010 101011

Color Harmonies of #AE722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE722E

Black with #AE722E

Text Example


Text Example

White with #AE722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE722E; }

 p { color: rgb(174,114,46); }

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

background-color css

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

 a { background-color: rgb(174,114,46); }

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

border-color css

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

 span { border-color: rgb(174,114,46); }

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