Html Css Color HEX #A92825 Brown

📋 copy color: '#A92825'

red 169 ◦ green 40 ◦ blue 37

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

Shades of Brown #A92825

Tints of Brown #A92825

RGB

 RED value IS 169 (66.41% from 255) = 68.7%

 GREEN value IS 40 (16.02% from 255) = 16.26%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 68.7%
G = 16.26%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A92825 (or 0xA92825) is known color: Brown. HEX triplet: A9, 28 and 25. RGB value is (169,40,37). Sum of RGB (Red+Green+Blue) = 169+40+37=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A92825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92825 is #56D7DA. Grayscale: #4E4E4E. Windows color (decimal): -5691355 or 2435241. OLE color: 2435241.

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

Color convert

RGB 169 40 37 -
CMYK 0 0.76 0.78 0.34
HSL 1.36º 0.64% 0.4% -
HSV(B) 1.36º 0.78% 0.66% -
XYZ 17.45 10.09 2.78 -
YUV 78.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 169 40 37 0 0.76 0.78 0.34 1.36 0.64 0.4
Hex A9 28 25 0 4C 4E 22 1 40 28
Octal 251 50 45 0 114 116 42 1 100 50
Binary 10101001 101000 100101 0 1001100 1001110 100010 1 1000000 101000

Color Harmonies of #A92825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92825

Black with #A92825

Text Example


Text Example

White with #A92825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92825; }

 p { color: rgb(169,40,37); }

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

background-color css

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

 a { background-color: rgb(169,40,37); }

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

border-color css

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

 span { border-color: rgb(169,40,37); }

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