Html Css Color HEX #AC4908 Rust

📋 copy color: '#AC4908'

red 172 ◦ green 73 ◦ blue 8

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

Shades of Rust #AC4908

Tints of Rust #AC4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

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

R = 67.98%
G = 28.85%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC4908 (or 0xAC4908) is known color: Rust. HEX triplet: AC, 49 and 08. RGB value is (172,73,8). Sum of RGB (Red+Green+Blue) = 172+73+8=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4908 is #53B6F7. Grayscale: #5F5F5F. Windows color (decimal): -5486328 or 543148. OLE color: 543148.

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

Color convert

RGB 172 73 8 -
CMYK 0 0.58 0.95 0.33
HSL 23.78º 0.91% 0.35% -
HSV(B) 23.78º 0.95% 0.67% -
XYZ 19.44 13.55 1.82 -
YUV 95.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 172 73 8 0 0.58 0.95 0.33 23.78 0.91 0.35
Hex AC 49 8 0 3A 5F 21 18 5B 23
Octal 254 111 10 0 72 137 41 30 133 43
Binary 10101100 1001001 1000 0 111010 1011111 100001 11000 1011011 100011

Color Harmonies of #AC4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4908

Black with #AC4908

Text Example


Text Example

White with #AC4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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