Html Css Color HEX #AC3808 Rust

📋 copy color: '#AC3808'

red 172 ◦ green 56 ◦ blue 8

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

Shades of Rust #AC3808

Tints of Rust #AC3808

RGB

 RED value IS 172 (67.58% from 255) = 72.88%

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 72.88%
G = 23.73%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3808 (or 0xAC3808) is known color: Rust. HEX triplet: AC, 38 and 08. RGB value is (172,56,8). Sum of RGB (Red+Green+Blue) = 172+56+8=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3808 is #53C7F7. Grayscale: #555555. Windows color (decimal): -5490680 or 538796. OLE color: 538796.

HSL color Cylindrical-coordinate representation of color #AC3808: hue angle of 17.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3808 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 8 -
CMYK 0 0.67 0.95 0.33
HSL 17.56º 0.91% 0.35% -
HSV(B) 17.56º 0.95% 0.67% -
XYZ 18.47 11.62 1.5 -
YUV 85.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 172 56 8 0 0.67 0.95 0.33 17.56 0.91 0.35
Hex AC 38 8 0 43 5F 21 12 5B 23
Octal 254 70 10 0 103 137 41 22 133 43
Binary 10101100 111000 1000 0 1000011 1011111 100001 10010 1011011 100011

Color Harmonies of #AC3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3808

Black with #AC3808

Text Example


Text Example

White with #AC3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3808; }

 p { color: rgb(172,56,8); }

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

background-color css

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

 a { background-color: rgb(172,56,8); }

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

border-color css

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

 span { border-color: rgb(172,56,8); }

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