Html Css Color HEX #AE5308 Rust

📋 copy color: '#AE5308'

red 174 ◦ green 83 ◦ blue 8

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

Shades of Rust #AE5308

Tints of Rust #AE5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 65.66%
G = 31.32%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE5308 (or 0xAE5308) is known color: Rust. HEX triplet: AE, 53 and 08. RGB value is (174,83,8). Sum of RGB (Red+Green+Blue) = 174+83+8=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5308 is #51ACF7. Grayscale: #666666. Windows color (decimal): -5352696 or 545710. OLE color: 545710.

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

Color convert

RGB 174 83 8 -
CMYK 0 0.52 0.95 0.32
HSL 27.11º 0.91% 0.36% -
HSV(B) 27.11º 0.95% 0.68% -
XYZ 20.59 15.2 2.08 -
YUV 101.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 174 83 8 0 0.52 0.95 0.32 27.11 0.91 0.36
Hex AE 53 8 0 34 5F 20 1B 5B 24
Octal 256 123 10 0 64 137 40 33 133 44
Binary 10101110 1010011 1000 0 110100 1011111 100000 11011 1011011 100100

Color Harmonies of #AE5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5308

Black with #AE5308

Text Example


Text Example

White with #AE5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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