Html Css Color HEX #A5442C Rock Spray

📋 copy color: '#A5442C'

red 165 ◦ green 68 ◦ blue 44

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

Shades of Rock Spray #A5442C

Tints of Rock Spray #A5442C

RGB

 RED value IS 165 (64.84% from 255) = 59.57%

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 59.57%
G = 24.55%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5442C (or 0xA5442C) is known color: Rock Spray. HEX triplet: A5, 44 and 2C. RGB value is (165,68,44). Sum of RGB (Red+Green+Blue) = 165+68+44=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5442C is #5ABBD3. Grayscale: #5E5E5E. Windows color (decimal): -5946324 or 2901157. OLE color: 2901157.

HSL color Cylindrical-coordinate representation of color #A5442C: hue angle of 11.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5442C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 44 -
CMYK 0 0.59 0.73 0.35
HSL 11.9º 0.58% 0.41% -
HSV(B) 11.9º 0.73% 0.65% -
XYZ 18.04 12.32 3.81 -
YUV 94.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 165 68 44 0 0.59 0.73 0.35 11.9 0.58 0.41
Hex A5 44 2C 0 3B 49 23 C 3A 29
Octal 245 104 54 0 73 111 43 14 72 51
Binary 10100101 1000100 101100 0 111011 1001001 100011 1100 111010 101001

Color Harmonies of #A5442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5442C

Black with #A5442C

Text Example


Text Example

White with #A5442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5442C; }

 p { color: rgb(165,68,44); }

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

background-color css

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

 a { background-color: rgb(165,68,44); }

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

border-color css

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

 span { border-color: rgb(165,68,44); }

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