Html Css Color HEX #AC4307 Rust

📋 copy color: '#AC4307'

red 172 ◦ green 67 ◦ blue 7

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

Shades of Rust #AC4307

Tints of Rust #AC4307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

 BLUE value IS 7 (3.13% from 255) = 2.85%

R = 69.92%
G = 27.24%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC4307 (or 0xAC4307) is known color: Rust. HEX triplet: AC, 43 and 07. RGB value is (172,67,7). Sum of RGB (Red+Green+Blue) = 172+67+7=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4307 is #53BCF8. Grayscale: #5B5B5B. Windows color (decimal): -5487865 or 476076. OLE color: 476076.

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

Color convert

RGB 172 67 7 -
CMYK 0 0.61 0.96 0.33
HSL 21.82º 0.92% 0.35% -
HSV(B) 21.82º 0.96% 0.67% -
XYZ 19.06 12.8 1.67 -
YUV 91.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 172 67 7 0 0.61 0.96 0.33 21.82 0.92 0.35
Hex AC 43 7 0 3D 60 21 16 5C 23
Octal 254 103 7 0 75 140 41 26 134 43
Binary 10101100 1000011 111 0 111101 1100000 100001 10110 1011100 100011

Color Harmonies of #AC4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4307

Black with #AC4307

Text Example


Text Example

White with #AC4307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4307; }

 p { color: rgb(172,67,7); }

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

background-color css

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

 a { background-color: rgb(172,67,7); }

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

border-color css

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

 span { border-color: rgb(172,67,7); }

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