Html Css Color HEX #AE4908 Rust

📋 copy color: '#AE4908'

red 174 ◦ green 73 ◦ blue 8

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

Shades of Rust #AE4908

Tints of Rust #AE4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 68.24%
G = 28.63%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4908 (or 0xAE4908) is known color: Rust. HEX triplet: AE, 49 and 08. RGB value is (174,73,8). Sum of RGB (Red+Green+Blue) = 174+73+8=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4908 is #51B6F7. Grayscale: #606060. Windows color (decimal): -5355256 or 543150. OLE color: 543150.

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

Color convert

RGB 174 73 8 -
CMYK 0 0.58 0.95 0.32
HSL 23.49º 0.91% 0.36% -
HSV(B) 23.49º 0.95% 0.68% -
XYZ 19.88 13.78 1.84 -
YUV 95.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 174 73 8 0 0.58 0.95 0.32 23.49 0.91 0.36
Hex AE 49 8 0 3A 5F 20 17 5B 24
Octal 256 111 10 0 72 137 40 27 133 44
Binary 10101110 1001001 1000 0 111010 1011111 100000 10111 1011011 100100

Color Harmonies of #AE4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4908

Black with #AE4908

Text Example


Text Example

White with #AE4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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