Html Css Color HEX #A5402C Rock Spray

📋 copy color: '#A5402C'

red 165 ◦ green 64 ◦ blue 44

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

Shades of Rock Spray #A5402C

Tints of Rock Spray #A5402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 60.44%
G = 23.44%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5402C (or 0xA5402C) is known color: Rock Spray. HEX triplet: A5, 40 and 2C. RGB value is (165,64,44). Sum of RGB (Red+Green+Blue) = 165+64+44=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5402C is #5ABFD3. Grayscale: #5C5C5C. Windows color (decimal): -5947348 or 2900133. OLE color: 2900133.

HSL color Cylindrical-coordinate representation of color #A5402C: hue angle of 9.92º 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 #A5402C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 44 -
CMYK 0 0.61 0.73 0.35
HSL 9.92º 0.58% 0.41% -
HSV(B) 9.92º 0.73% 0.65% -
XYZ 17.81 11.85 3.73 -
YUV 91.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 165 64 44 0 0.61 0.73 0.35 9.92 0.58 0.41
Hex A5 40 2C 0 3D 49 23 A 3A 29
Octal 245 100 54 0 75 111 43 12 72 51
Binary 10100101 1000000 101100 0 111101 1001001 100011 1010 111010 101001

Color Harmonies of #A5402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5402C

Black with #A5402C

Text Example


Text Example

White with #A5402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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