Html Css Color HEX #A23026 Brown

📋 copy color: '#A23026'

red 162 ◦ green 48 ◦ blue 38

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

Shades of Brown #A23026

Tints of Brown #A23026

RGB

 RED value IS 162 (63.67% from 255) = 65.32%

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 65.32%
G = 19.35%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A23026 (or 0xA23026) is known color: Brown. HEX triplet: A2, 30 and 26. RGB value is (162,48,38). Sum of RGB (Red+Green+Blue) = 162+48+38=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23026 is #5DCFD9. Grayscale: #515151. Windows color (decimal): -6148058 or 2502818. OLE color: 2502818.

HSL color Cylindrical-coordinate representation of color #A23026: hue angle of 4.84º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23026 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 38 -
CMYK 0 0.70 0.77 0.36
HSL 4.84º 0.62% 0.39% -
HSV(B) 4.84º 0.77% 0.64% -
XYZ 16.31 9.94 2.89 -
YUV 80.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 162 48 38 0 0.70 0.77 0.36 4.84 0.62 0.39
Hex A2 30 26 0 46 4D 24 5 3E 27
Octal 242 60 46 0 106 115 44 5 76 47
Binary 10100010 110000 100110 0 1000110 1001101 100100 101 111110 100111

Color Harmonies of #A23026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23026

Black with #A23026

Text Example


Text Example

White with #A23026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23026; }

 p { color: rgb(162,48,38); }

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

background-color css

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

 a { background-color: rgb(162,48,38); }

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

border-color css

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

 span { border-color: rgb(162,48,38); }

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