Html Css Color HEX #A12623 Brown

📋 copy color: '#A12623'

red 161 ◦ green 38 ◦ blue 35

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

Shades of Brown #A12623

Tints of Brown #A12623

RGB

 RED value IS 161 (63.28% from 255) = 68.8%

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 68.8%
G = 16.24%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A12623 (or 0xA12623) is known color: Brown. HEX triplet: A1, 26 and 23. RGB value is (161,38,35). Sum of RGB (Red+Green+Blue) = 161+38+35=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A12623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12623 is #5ED9DC. Grayscale: #4A4A4A. Windows color (decimal): -6216157 or 2303649. OLE color: 2303649.

HSL color Cylindrical-coordinate representation of color #A12623: hue angle of 1.43º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12623 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 35 -
CMYK 0 0.76 0.78 0.37
HSL 1.43º 0.64% 0.38% -
HSV(B) 1.43º 0.78% 0.63% -
XYZ 15.69 9.08 2.52 -
YUV 74.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 161 38 35 0 0.76 0.78 0.37 1.43 0.64 0.38
Hex A1 26 23 0 4C 4E 25 1 40 26
Octal 241 46 43 0 114 116 45 1 100 46
Binary 10100001 100110 100011 0 1001100 1001110 100101 1 1000000 100110

Color Harmonies of #A12623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12623

Black with #A12623

Text Example


Text Example

White with #A12623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12623; }

 p { color: rgb(161,38,35); }

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

background-color css

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

 a { background-color: rgb(161,38,35); }

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

border-color css

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

 span { border-color: rgb(161,38,35); }

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