Html Css Color HEX #AE4D08 Rust

📋 copy color: '#AE4D08'

red 174 ◦ green 77 ◦ blue 8

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

Shades of Rust #AE4D08

Tints of Rust #AE4D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.73%

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

R = 67.18%
G = 29.73%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4D08 (or 0xAE4D08) is known color: Rust. HEX triplet: AE, 4D and 08. RGB value is (174,77,8). Sum of RGB (Red+Green+Blue) = 174+77+8=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D08 is #51B2F7. Grayscale: #626262. Windows color (decimal): -5354232 or 544174. OLE color: 544174.

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

Color convert

RGB 174 77 8 -
CMYK 0 0.56 0.95 0.32
HSL 24.94º 0.91% 0.36% -
HSV(B) 24.94º 0.95% 0.68% -
XYZ 20.15 14.32 1.93 -
YUV 98.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 174 77 8 0 0.56 0.95 0.32 24.94 0.91 0.36
Hex AE 4D 8 0 38 5F 20 19 5B 24
Octal 256 115 10 0 70 137 40 31 133 44
Binary 10101110 1001101 1000 0 111000 1011111 100000 11001 1011011 100100

Color Harmonies of #AE4D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D08

Black with #AE4D08

Text Example


Text Example

White with #AE4D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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