Html Css Color HEX #AD302D Brown

📋 copy color: '#AD302D'

red 173 ◦ green 48 ◦ blue 45

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

Shades of Brown #AD302D

Tints of Brown #AD302D

RGB

 RED value IS 173 (67.97% from 255) = 65.04%

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 65.04%
G = 18.05%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD302D (or 0xAD302D) is known color: Brown. HEX triplet: AD, 30 and 2D. RGB value is (173,48,45). Sum of RGB (Red+Green+Blue) = 173+48+45=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD302D is #52CFD2. Grayscale: #555555. Windows color (decimal): -5427155 or 2961581. OLE color: 2961581.

HSL color Cylindrical-coordinate representation of color #AD302D: hue angle of 1.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD302D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 45 -
CMYK 0 0.72 0.74 0.32
HSL 1.41º 0.59% 0.43% -
HSV(B) 1.41º 0.74% 0.68% -
XYZ 18.76 11.19 3.65 -
YUV 85.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 173 48 45 0 0.72 0.74 0.32 1.41 0.59 0.43
Hex AD 30 2D 0 48 4A 20 1 3B 2B
Octal 255 60 55 0 110 112 40 1 73 53
Binary 10101101 110000 101101 0 1001000 1001010 100000 1 111011 101011

Color Harmonies of #AD302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD302D

Black with #AD302D

Text Example


Text Example

White with #AD302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD302D; }

 p { color: rgb(173,48,45); }

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

background-color css

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

 a { background-color: rgb(173,48,45); }

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

border-color css

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

 span { border-color: rgb(173,48,45); }

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