Html Css Color HEX #A92F19 Brown

📋 copy color: '#A92F19'

red 169 ◦ green 47 ◦ blue 25

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

Shades of Brown #A92F19

Tints of Brown #A92F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 25 (10.16% from 255) = 10.37%

R = 70.12%
G = 19.5%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A92F19 (or 0xA92F19) is known color: Brown. HEX triplet: A9, 2F and 19. RGB value is (169,47,25). Sum of RGB (Red+Green+Blue) = 169+47+25=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F19 is #56D0E6. Grayscale: #515151. Windows color (decimal): -5689575 or 1650601. OLE color: 1650601.

HSL color Cylindrical-coordinate representation of color #A92F19: hue angle of 9.17º degrees, saturation: 0.74, 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 #A92F19 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 47 25 -
CMYK 0 0.72 0.85 0.34
HSL 9.17º 0.74% 0.38% -
HSV(B) 9.17º 0.85% 0.66% -
XYZ 17.55 10.54 2.03 -
YUV 80.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 169 47 25 0 0.72 0.85 0.34 9.17 0.74 0.38
Hex A9 2F 19 0 48 55 22 9 4A 26
Octal 251 57 31 0 110 125 42 11 112 46
Binary 10101001 101111 11001 0 1001000 1010101 100010 1001 1001010 100110

Color Harmonies of #A92F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92F19

Black with #A92F19

Text Example


Text Example

White with #A92F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92F19; }

 p { color: rgb(169,47,25); }

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

background-color css

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

 a { background-color: rgb(169,47,25); }

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

border-color css

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

 span { border-color: rgb(169,47,25); }

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