Html Css Color HEX #A8301A Brown

📋 copy color: '#A8301A'

red 168 ◦ green 48 ◦ blue 26

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

Shades of Brown #A8301A

Tints of Brown #A8301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 69.42%
G = 19.83%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8301A (or 0xA8301A) is known color: Brown. HEX triplet: A8, 30 and 1A. RGB value is (168,48,26). Sum of RGB (Red+Green+Blue) = 168+48+26=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A8301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8301A is #57CFE5. Grayscale: #515151. Windows color (decimal): -5754854 or 1716392. OLE color: 1716392.

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

Color convert

RGB 168 48 26 -
CMYK 0 0.71 0.85 0.34
HSL 9.3º 0.73% 0.38% -
HSV(B) 9.3º 0.85% 0.66% -
XYZ 17.39 10.51 2.09 -
YUV 81.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 168 48 26 0 0.71 0.85 0.34 9.3 0.73 0.38
Hex A8 30 1A 0 47 55 22 9 49 26
Octal 250 60 32 0 107 125 42 11 111 46
Binary 10101000 110000 11010 0 1000111 1010101 100010 1001 1001001 100110

Color Harmonies of #A8301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8301A

Black with #A8301A

Text Example


Text Example

White with #A8301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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