Html Css Color HEX #AE672E Reno Sand

📋 copy color: '#AE672E'

red 174 ◦ green 103 ◦ blue 46

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

Shades of Reno Sand #AE672E

Tints of Reno Sand #AE672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 53.87%
G = 31.89%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE672E (or 0xAE672E) is known color: Reno Sand. HEX triplet: AE, 67 and 2E. RGB value is (174,103,46). Sum of RGB (Red+Green+Blue) = 174+103+46=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE672E is #5198D1. Grayscale: #767676. Windows color (decimal): -5347538 or 3041198. OLE color: 3041198.

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

Color convert

RGB 174 103 46 -
CMYK 0 0.41 0.74 0.32
HSL 26.72º 0.58% 0.43% -
HSV(B) 26.72º 0.74% 0.68% -
XYZ 22.8 18.9 5.03 -
YUV 117.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 174 103 46 0 0.41 0.74 0.32 26.72 0.58 0.43
Hex AE 67 2E 0 29 4A 20 1B 3A 2B
Octal 256 147 56 0 51 112 40 33 72 53
Binary 10101110 1100111 101110 0 101001 1001010 100000 11011 111010 101011

Color Harmonies of #AE672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE672E

Black with #AE672E

Text Example


Text Example

White with #AE672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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