Html Css Color HEX #A4482E Rock Spray

📋 copy color: '#A4482E'

red 164 ◦ green 72 ◦ blue 46

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

Shades of Rock Spray #A4482E

Tints of Rock Spray #A4482E

RGB

 RED value IS 164 (64.45% from 255) = 58.16%

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 58.16%
G = 25.53%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4482E (or 0xA4482E) is known color: Rock Spray. HEX triplet: A4, 48 and 2E. RGB value is (164,72,46). Sum of RGB (Red+Green+Blue) = 164+72+46=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A4482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4482E is #5BB7D1. Grayscale: #606060. Windows color (decimal): -6010834 or 3033252. OLE color: 3033252.

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

Color convert

RGB 164 72 46 -
CMYK 0 0.56 0.72 0.36
HSL 13.22º 0.56% 0.41% -
HSV(B) 13.22º 0.72% 0.64% -
XYZ 18.12 12.72 4.09 -
YUV 96.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 164 72 46 0 0.56 0.72 0.36 13.22 0.56 0.41
Hex A4 48 2E 0 38 48 24 D 38 29
Octal 244 110 56 0 70 110 44 15 70 51
Binary 10100100 1001000 101110 0 111000 1001000 100100 1101 111000 101001

Color Harmonies of #A4482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4482E

Black with #A4482E

Text Example


Text Example

White with #A4482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4482E; }

 p { color: rgb(164,72,46); }

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

background-color css

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

 a { background-color: rgb(164,72,46); }

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

border-color css

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

 span { border-color: rgb(164,72,46); }

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