Html Css Color HEX #AC5308 Rust

📋 copy color: '#AC5308'

red 172 ◦ green 83 ◦ blue 8

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

Shades of Rust #AC5308

Tints of Rust #AC5308

RGB

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

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

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

R = 65.4%
G = 31.56%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC5308 (or 0xAC5308) is known color: Rust. HEX triplet: AC, 53 and 08. RGB value is (172,83,8). Sum of RGB (Red+Green+Blue) = 172+83+8=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5308 is #53ACF7. Grayscale: #656565. Windows color (decimal): -5483768 or 545708. OLE color: 545708.

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

Color convert

RGB 172 83 8 -
CMYK 0 0.52 0.95 0.33
HSL 27.44º 0.91% 0.35% -
HSV(B) 27.44º 0.95% 0.67% -
XYZ 20.15 14.97 2.06 -
YUV 101.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 172 83 8 0 0.52 0.95 0.33 27.44 0.91 0.35
Hex AC 53 8 0 34 5F 21 1B 5B 23
Octal 254 123 10 0 64 137 41 33 133 43
Binary 10101100 1010011 1000 0 110100 1011111 100001 11011 1011011 100011

Color Harmonies of #AC5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5308

Black with #AC5308

Text Example


Text Example

White with #AC5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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