Html Css Color HEX #AC3708 Rust

📋 copy color: '#AC3708'

red 172 ◦ green 55 ◦ blue 8

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

Shades of Rust #AC3708

Tints of Rust #AC3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 73.19%
G = 23.4%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3708 (or 0xAC3708) is known color: Rust. HEX triplet: AC, 37 and 08. RGB value is (172,55,8). Sum of RGB (Red+Green+Blue) = 172+55+8=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3708 is #53C8F7. Grayscale: #545454. Windows color (decimal): -5490936 or 538540. OLE color: 538540.

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

Color convert

RGB 172 55 8 -
CMYK 0 0.68 0.95 0.33
HSL 17.2º 0.91% 0.35% -
HSV(B) 17.2º 0.95% 0.67% -
XYZ 18.42 11.52 1.48 -
YUV 84.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 172 55 8 0 0.68 0.95 0.33 17.2 0.91 0.35
Hex AC 37 8 0 44 5F 21 11 5B 23
Octal 254 67 10 0 104 137 41 21 133 43
Binary 10101100 110111 1000 0 1000100 1011111 100001 10001 1011011 100011

Color Harmonies of #AC3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3708

Black with #AC3708

Text Example


Text Example

White with #AC3708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3708; }

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

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

background-color css

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

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

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

border-color css

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

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

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