Html Css Color HEX #AA3023 Brown

📋 copy color: '#AA3023'

red 170 ◦ green 48 ◦ blue 35

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

Shades of Brown #AA3023

Tints of Brown #AA3023

RGB

 RED value IS 170 (66.8% from 255) = 67.19%

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

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

R = 67.19%
G = 18.97%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3023 (or 0xAA3023) is known color: Brown. HEX triplet: AA, 30 and 23. RGB value is (170,48,35). Sum of RGB (Red+Green+Blue) = 170+48+35=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3023 is #55CFDC. Grayscale: #535353. Windows color (decimal): -5623773 or 2306218. OLE color: 2306218.

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

Color convert

RGB 170 48 35 -
CMYK 0 0.72 0.79 0.33
HSL 5.78º 0.66% 0.4% -
HSV(B) 5.78º 0.79% 0.67% -
XYZ 17.94 10.78 2.73 -
YUV 83 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 170 48 35 0 0.72 0.79 0.33 5.78 0.66 0.4
Hex AA 30 23 0 48 4F 21 6 42 28
Octal 252 60 43 0 110 117 41 6 102 50
Binary 10101010 110000 100011 0 1001000 1001111 100001 110 1000010 101000

Color Harmonies of #AA3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3023

Black with #AA3023

Text Example


Text Example

White with #AA3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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