Html Css Color HEX #AC3023 Brown

📋 copy color: '#AC3023'

red 172 ◦ green 48 ◦ blue 35

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

Shades of Brown #AC3023

Tints of Brown #AC3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 67.45%
G = 18.82%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC3023 (or 0xAC3023) is known color: Brown. HEX triplet: AC, 30 and 23. RGB value is (172,48,35). Sum of RGB (Red+Green+Blue) = 172+48+35=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3023 is #53CFDC. Grayscale: #535353. Windows color (decimal): -5492701 or 2306220. OLE color: 2306220.

HSL color Cylindrical-coordinate representation of color #AC3023: hue angle of 5.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3023 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 35 -
CMYK 0 0.72 0.80 0.33
HSL 5.69º 0.66% 0.41% -
HSV(B) 5.69º 0.8% 0.67% -
XYZ 18.37 11.01 2.75 -
YUV 83.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 172 48 35 0 0.72 0.80 0.33 5.69 0.66 0.41
Hex AC 30 23 0 48 50 21 6 42 29
Octal 254 60 43 0 110 120 41 6 102 51
Binary 10101100 110000 100011 0 1001000 1010000 100001 110 1000010 101001

Color Harmonies of #AC3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3023

Black with #AC3023

Text Example


Text Example

White with #AC3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3023; }

 p { color: rgb(172,48,35); }

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

background-color css

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

 a { background-color: rgb(172,48,35); }

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

border-color css

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

 span { border-color: rgb(172,48,35); }

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