Html Css Color HEX #AE4708 Rust

📋 copy color: '#AE4708'

red 174 ◦ green 71 ◦ blue 8

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

Shades of Rust #AE4708

Tints of Rust #AE4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 68.77%
G = 28.06%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4708 (or 0xAE4708) is known color: Rust. HEX triplet: AE, 47 and 08. RGB value is (174,71,8). Sum of RGB (Red+Green+Blue) = 174+71+8=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4708 is #51B8F7. Grayscale: #5E5E5E. Windows color (decimal): -5355768 or 542638. OLE color: 542638.

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

Color convert

RGB 174 71 8 -
CMYK 0 0.59 0.95 0.32
HSL 22.77º 0.91% 0.36% -
HSV(B) 22.77º 0.95% 0.68% -
XYZ 19.75 13.52 1.8 -
YUV 94.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 174 71 8 0 0.59 0.95 0.32 22.77 0.91 0.36
Hex AE 47 8 0 3B 5F 20 17 5B 24
Octal 256 107 10 0 73 137 40 27 133 44
Binary 10101110 1000111 1000 0 111011 1011111 100000 10111 1011011 100100

Color Harmonies of #AE4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4708

Black with #AE4708

Text Example


Text Example

White with #AE4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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