Html Css Color HEX #AE4308 Rust

📋 copy color: '#AE4308'

red 174 ◦ green 67 ◦ blue 8

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

Shades of Rust #AE4308

Tints of Rust #AE4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 69.88%
G = 26.91%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4308 (or 0xAE4308) is known color: Rust. HEX triplet: AE, 43 and 08. RGB value is (174,67,8). Sum of RGB (Red+Green+Blue) = 174+67+8=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4308 is #51BCF7. Grayscale: #5C5C5C. Windows color (decimal): -5356792 or 541614. OLE color: 541614.

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

Color convert

RGB 174 67 8 -
CMYK 0 0.61 0.95 0.32
HSL 21.33º 0.91% 0.36% -
HSV(B) 21.33º 0.95% 0.68% -
XYZ 19.51 13.03 1.72 -
YUV 92.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 174 67 8 0 0.61 0.95 0.32 21.33 0.91 0.36
Hex AE 43 8 0 3D 5F 20 15 5B 24
Octal 256 103 10 0 75 137 40 25 133 44
Binary 10101110 1000011 1000 0 111101 1011111 100000 10101 1011011 100100

Color Harmonies of #AE4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4308

Black with #AE4308

Text Example


Text Example

White with #AE4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4308; }

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

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

background-color css

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

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

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

border-color css

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

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

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