Html Css Color HEX #A8302A Brown

📋 copy color: '#A8302A'

red 168 ◦ green 48 ◦ blue 42

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

Shades of Brown #A8302A

Tints of Brown #A8302A

RGB

 RED value IS 168 (66.02% from 255) = 65.12%

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

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 65.12%
G = 18.6%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8302A (or 0xA8302A) is known color: Brown. HEX triplet: A8, 30 and 2A. RGB value is (168,48,42). Sum of RGB (Red+Green+Blue) = 168+48+42=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8302A is #57CFD5. Grayscale: #535353. Windows color (decimal): -5754838 or 2764968. OLE color: 2764968.

HSL color Cylindrical-coordinate representation of color #A8302A: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8302A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 42 -
CMYK 0 0.71 0.75 0.34
HSL 2.86º 0.6% 0.41% -
HSV(B) 2.86º 0.75% 0.66% -
XYZ 17.62 10.61 3.31 -
YUV 83.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 168 48 42 0 0.71 0.75 0.34 2.86 0.6 0.41
Hex A8 30 2A 0 47 4B 22 3 3C 29
Octal 250 60 52 0 107 113 42 3 74 51
Binary 10101000 110000 101010 0 1000111 1001011 100010 11 111100 101001

Color Harmonies of #A8302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8302A

Black with #A8302A

Text Example


Text Example

White with #A8302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8302A; }

 p { color: rgb(168,48,42); }

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

background-color css

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

 a { background-color: rgb(168,48,42); }

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

border-color css

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

 span { border-color: rgb(168,48,42); }

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