Html Css Color HEX #AE702C Reno Sand

📋 copy color: '#AE702C'

red 174 ◦ green 112 ◦ blue 44

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

Shades of Reno Sand #AE702C

Tints of Reno Sand #AE702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 52.73%
G = 33.94%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE702C (or 0xAE702C) is known color: Reno Sand. HEX triplet: AE, 70 and 2C. RGB value is (174,112,44). Sum of RGB (Red+Green+Blue) = 174+112+44=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702C is #518FD3. Grayscale: #7B7B7B. Windows color (decimal): -5345236 or 2912430. OLE color: 2912430.

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

Color convert

RGB 174 112 44 -
CMYK 0 0.36 0.75 0.32
HSL 31.38º 0.6% 0.43% -
HSV(B) 31.38º 0.75% 0.68% -
XYZ 23.7 20.77 5.14 -
YUV 122.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 174 112 44 0 0.36 0.75 0.32 31.38 0.6 0.43
Hex AE 70 2C 0 24 4B 20 1F 3C 2B
Octal 256 160 54 0 44 113 40 37 74 53
Binary 10101110 1110000 101100 0 100100 1001011 100000 11111 111100 101011

Color Harmonies of #AE702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE702C

Black with #AE702C

Text Example


Text Example

White with #AE702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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