Html Css Color HEX #AE5508 Rust

📋 copy color: '#AE5508'

red 174 ◦ green 85 ◦ blue 8

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

Shades of Rust #AE5508

Tints of Rust #AE5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 65.17%
G = 31.84%
B = 3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE5508 (or 0xAE5508) is known color: Rust. HEX triplet: AE, 55 and 08. RGB value is (174,85,8). Sum of RGB (Red+Green+Blue) = 174+85+8=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5508 is #51AAF7. Grayscale: #676767. Windows color (decimal): -5352184 or 546222. OLE color: 546222.

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

Color convert

RGB 174 85 8 -
CMYK 0 0.51 0.95 0.32
HSL 27.83º 0.91% 0.36% -
HSV(B) 27.83º 0.95% 0.68% -
XYZ 20.75 15.51 2.13 -
YUV 102.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 174 85 8 0 0.51 0.95 0.32 27.83 0.91 0.36
Hex AE 55 8 0 33 5F 20 1C 5B 24
Octal 256 125 10 0 63 137 40 34 133 44
Binary 10101110 1010101 1000 0 110011 1011111 100000 11100 1011011 100100

Color Harmonies of #AE5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5508

Black with #AE5508

Text Example


Text Example

White with #AE5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5508; }

 p { color: rgb(174,85,8); }

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

background-color css

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

 a { background-color: rgb(174,85,8); }

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

border-color css

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

 span { border-color: rgb(174,85,8); }

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