Html Css Color HEX #AE4608 Rust

📋 copy color: '#AE4608'

red 174 ◦ green 70 ◦ blue 8

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

Shades of Rust #AE4608

Tints of Rust #AE4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 69.05%
G = 27.78%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4608 (or 0xAE4608) is known color: Rust. HEX triplet: AE, 46 and 08. RGB value is (174,70,8). Sum of RGB (Red+Green+Blue) = 174+70+8=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4608 is #51B9F7. Grayscale: #5E5E5E. Windows color (decimal): -5356024 or 542382. OLE color: 542382.

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

Color convert

RGB 174 70 8 -
CMYK 0 0.60 0.95 0.32
HSL 22.41º 0.91% 0.36% -
HSV(B) 22.41º 0.95% 0.68% -
XYZ 19.69 13.4 1.78 -
YUV 94.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 174 70 8 0 0.60 0.95 0.32 22.41 0.91 0.36
Hex AE 46 8 0 3C 5F 20 16 5B 24
Octal 256 106 10 0 74 137 40 26 133 44
Binary 10101110 1000110 1000 0 111100 1011111 100000 10110 1011011 100100

Color Harmonies of #AE4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4608

Black with #AE4608

Text Example


Text Example

White with #AE4608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4608; }

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

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

background-color css

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

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

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

border-color css

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

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

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