Html Css Color HEX #AC4E02 Rust

📋 copy color: '#AC4E02'

red 172 ◦ green 78 ◦ blue 2

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

Shades of Rust #AC4E02

Tints of Rust #AC4E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 68.25%
G = 30.95%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC4E02 (or 0xAC4E02) is known color: Rust. HEX triplet: AC, 4E and 02. RGB value is (172,78,2). Sum of RGB (Red+Green+Blue) = 172+78+2=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E02 is #53B1FD. Grayscale: #616161. Windows color (decimal): -5485054 or 151212. OLE color: 151212.

HSL color Cylindrical-coordinate representation of color #AC4E02: hue angle of 26.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC4E02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 2 -
CMYK 0 0.55 0.99 0.33
HSL 26.82º 0.98% 0.34% -
HSV(B) 26.82º 0.99% 0.67% -
XYZ 19.75 14.22 1.76 -
YUV 97.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 172 78 2 0 0.55 0.99 0.33 26.82 0.98 0.34
Hex AC 4E 2 0 37 63 21 1B 62 22
Octal 254 116 2 0 67 143 41 33 142 42
Binary 10101100 1001110 10 0 110111 1100011 100001 11011 1100010 100010

Color Harmonies of #AC4E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E02

Black with #AC4E02

Text Example


Text Example

White with #AC4E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E02; }

 p { color: rgb(172,78,2); }

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

background-color css

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

 a { background-color: rgb(172,78,2); }

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

border-color css

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

 span { border-color: rgb(172,78,2); }

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