Html Css Color HEX #AE702D Reno Sand

📋 copy color: '#AE702D'

red 174 ◦ green 112 ◦ blue 45

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

Shades of Reno Sand #AE702D

Tints of Reno Sand #AE702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 52.57%
G = 33.84%
B = 13.6%

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

#AE702D (or 0xAE702D) is known color: Reno Sand. HEX triplet: AE, 70 and 2D. RGB value is (174,112,45). Sum of RGB (Red+Green+Blue) = 174+112+45=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702D is #518FD2. Grayscale: #7B7B7B. Windows color (decimal): -5345235 or 2977966. OLE color: 2977966.

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

Color convert

RGB 174 112 45 -
CMYK 0 0.36 0.74 0.32
HSL 31.16º 0.59% 0.43% -
HSV(B) 31.16º 0.74% 0.68% -
XYZ 23.72 20.78 5.24 -
YUV 122.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 174 112 45 0 0.36 0.74 0.32 31.16 0.59 0.43
Hex AE 70 2D 0 24 4A 20 1F 3B 2B
Octal 256 160 55 0 44 112 40 37 73 53
Binary 10101110 1110000 101101 0 100100 1001010 100000 11111 111011 101011

Color Harmonies of #AE702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE702D

Black with #AE702D

Text Example


Text Example

White with #AE702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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