Html Css Color HEX #A92A1E Brown

📋 copy color: '#A92A1E'

red 169 ◦ green 42 ◦ blue 30

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

Shades of Brown #A92A1E

Tints of Brown #A92A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 70.12%
G = 17.43%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A92A1E (or 0xA92A1E) is known color: Brown. HEX triplet: A9, 2A and 1E. RGB value is (169,42,30). Sum of RGB (Red+Green+Blue) = 169+42+30=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A1E is #56D5E1. Grayscale: #4E4E4E. Windows color (decimal): -5690850 or 1977001. OLE color: 1977001.

HSL color Cylindrical-coordinate representation of color #A92A1E: hue angle of 5.18º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A92A1E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 42 30 -
CMYK 0 0.75 0.82 0.34
HSL 5.18º 0.7% 0.39% -
HSV(B) 5.18º 0.82% 0.66% -
XYZ 17.42 10.18 2.28 -
YUV 78.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 169 42 30 0 0.75 0.82 0.34 5.18 0.7 0.39
Hex A9 2A 1E 0 4B 52 22 5 46 27
Octal 251 52 36 0 113 122 42 5 106 47
Binary 10101001 101010 11110 0 1001011 1010010 100010 101 1000110 100111

Color Harmonies of #A92A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A1E

Black with #A92A1E

Text Example


Text Example

White with #A92A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A1E; }

 p { color: rgb(169,42,30); }

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

background-color css

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

 a { background-color: rgb(169,42,30); }

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

border-color css

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

 span { border-color: rgb(169,42,30); }

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