Html Css Color HEX #A92E27 Brown

📋 copy color: '#A92E27'

red 169 ◦ green 46 ◦ blue 39

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

Shades of Brown #A92E27

Tints of Brown #A92E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 66.54%
G = 18.11%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A92E27 (or 0xA92E27) is known color: Brown. HEX triplet: A9, 2E and 27. RGB value is (169,46,39). Sum of RGB (Red+Green+Blue) = 169+46+39=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E27 is #56D1D8. Grayscale: #525252. Windows color (decimal): -5689817 or 2567849. OLE color: 2567849.

HSL color Cylindrical-coordinate representation of color #A92E27: hue angle of 3.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92E27 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 46 39 -
CMYK 0 0.73 0.77 0.34
HSL 3.23º 0.63% 0.41% -
HSV(B) 3.23º 0.77% 0.66% -
XYZ 17.71 10.54 3.02 -
YUV 81.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 169 46 39 0 0.73 0.77 0.34 3.23 0.63 0.41
Hex A9 2E 27 0 49 4D 22 3 3E 29
Octal 251 56 47 0 111 115 42 3 76 51
Binary 10101001 101110 100111 0 1001001 1001101 100010 11 111110 101001

Color Harmonies of #A92E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92E27

Black with #A92E27

Text Example


Text Example

White with #A92E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92E27; }

 p { color: rgb(169,46,39); }

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

background-color css

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

 a { background-color: rgb(169,46,39); }

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

border-color css

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

 span { border-color: rgb(169,46,39); }

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