Html Css Color HEX #AE4A08 Rust

📋 copy color: '#AE4A08'

red 174 ◦ green 74 ◦ blue 8

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

Shades of Rust #AE4A08

Tints of Rust #AE4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 67.97%
G = 28.91%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE4A08 (or 0xAE4A08) is known color: Rust. HEX triplet: AE, 4A and 08. RGB value is (174,74,8). Sum of RGB (Red+Green+Blue) = 174+74+8=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A08 is #51B5F7. Grayscale: #606060. Windows color (decimal): -5355000 or 543406. OLE color: 543406.

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

Color convert

RGB 174 74 8 -
CMYK 0 0.57 0.95 0.32
HSL 23.86º 0.91% 0.36% -
HSV(B) 23.86º 0.95% 0.68% -
XYZ 19.95 13.91 1.86 -
YUV 96.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 174 74 8 0 0.57 0.95 0.32 23.86 0.91 0.36
Hex AE 4A 8 0 39 5F 20 18 5B 24
Octal 256 112 10 0 71 137 40 30 133 44
Binary 10101110 1001010 1000 0 111001 1011111 100000 11000 1011011 100100

Color Harmonies of #AE4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A08

Black with #AE4A08

Text Example


Text Example

White with #AE4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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