Html Css Color HEX #AE702E Reno Sand

📋 copy color: '#AE702E'

red 174 ◦ green 112 ◦ blue 46

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

Shades of Reno Sand #AE702E

Tints of Reno Sand #AE702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 52.41%
G = 33.73%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE702E (or 0xAE702E) is known color: Reno Sand. HEX triplet: AE, 70 and 2E. RGB value is (174,112,46). Sum of RGB (Red+Green+Blue) = 174+112+46=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702E is #518FD1. Grayscale: #7B7B7B. Windows color (decimal): -5345234 or 3043502. OLE color: 3043502.

HSL color Cylindrical-coordinate representation of color #AE702E: hue angle of 30.94º 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 #AE702E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 46 -
CMYK 0 0.36 0.74 0.32
HSL 30.94º 0.58% 0.43% -
HSV(B) 30.94º 0.74% 0.68% -
XYZ 23.74 20.78 5.35 -
YUV 123.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 174 112 46 0 0.36 0.74 0.32 30.94 0.58 0.43
Hex AE 70 2E 0 24 4A 20 1F 3A 2B
Octal 256 160 56 0 44 112 40 37 72 53
Binary 10101110 1110000 101110 0 100100 1001010 100000 11111 111010 101011

Color Harmonies of #AE702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE702E

Black with #AE702E

Text Example


Text Example

White with #AE702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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