Html Css Color HEX #A22F17 Brown

📋 copy color: '#A22F17'

red 162 ◦ green 47 ◦ blue 23

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

Shades of Brown #A22F17

Tints of Brown #A22F17

RGB

 RED value IS 162 (63.67% from 255) = 69.83%

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 69.83%
G = 20.26%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A22F17 (or 0xA22F17) is known color: Brown. HEX triplet: A2, 2F and 17. RGB value is (162,47,23). Sum of RGB (Red+Green+Blue) = 162+47+23=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22F17 is #5DD0E8. Grayscale: #4E4E4E. Windows color (decimal): -6148329 or 1519522. OLE color: 1519522.

HSL color Cylindrical-coordinate representation of color #A22F17: hue angle of 10.36º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A22F17 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 47 23 -
CMYK 0 0.71 0.86 0.36
HSL 10.36º 0.75% 0.36% -
HSV(B) 10.36º 0.86% 0.64% -
XYZ 16.07 9.78 1.85 -
YUV 78.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 162 47 23 0 0.71 0.86 0.36 10.36 0.75 0.36
Hex A2 2F 17 0 47 56 24 A 4B 24
Octal 242 57 27 0 107 126 44 12 113 44
Binary 10100010 101111 10111 0 1000111 1010110 100100 1010 1001011 100100

Color Harmonies of #A22F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22F17

Black with #A22F17

Text Example


Text Example

White with #A22F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22F17; }

 p { color: rgb(162,47,23); }

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

background-color css

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

 a { background-color: rgb(162,47,23); }

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

border-color css

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

 span { border-color: rgb(162,47,23); }

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