Html Css Color HEX #AE6928 Reno Sand

📋 copy color: '#AE6928'

red 174 ◦ green 105 ◦ blue 40

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

Shades of Reno Sand #AE6928

Tints of Reno Sand #AE6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 54.55%
G = 32.92%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE6928 (or 0xAE6928) is known color: Reno Sand. HEX triplet: AE, 69 and 28. RGB value is (174,105,40). Sum of RGB (Red+Green+Blue) = 174+105+40=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6928 is #5196D7. Grayscale: #767676. Windows color (decimal): -5347032 or 2648494. OLE color: 2648494.

HSL color Cylindrical-coordinate representation of color #AE6928: hue angle of 29.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE6928 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 40 -
CMYK 0 0.40 0.77 0.32
HSL 29.1º 0.63% 0.42% -
HSV(B) 29.1º 0.77% 0.68% -
XYZ 22.89 19.26 4.52 -
YUV 118.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 174 105 40 0 0.40 0.77 0.32 29.1 0.63 0.42
Hex AE 69 28 0 28 4D 20 1D 3F 2A
Octal 256 151 50 0 50 115 40 35 77 52
Binary 10101110 1101001 101000 0 101000 1001101 100000 11101 111111 101010

Color Harmonies of #AE6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6928

Black with #AE6928

Text Example


Text Example

White with #AE6928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6928; }

 p { color: rgb(174,105,40); }

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

background-color css

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

 a { background-color: rgb(174,105,40); }

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

border-color css

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

 span { border-color: rgb(174,105,40); }

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