Html Css Color HEX #A5412A Rock Spray

📋 copy color: '#A5412A'

red 165 ◦ green 65 ◦ blue 42

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

Shades of Rock Spray #A5412A

Tints of Rock Spray #A5412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 60.66%
G = 23.9%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5412A (or 0xA5412A) is known color: Rock Spray. HEX triplet: A5, 41 and 2A. RGB value is (165,65,42). Sum of RGB (Red+Green+Blue) = 165+65+42=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412A is #5ABED5. Grayscale: #5C5C5C. Windows color (decimal): -5947094 or 2769317. OLE color: 2769317.

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

Color convert

RGB 165 65 42 -
CMYK 0 0.61 0.75 0.35
HSL 11.22º 0.59% 0.41% -
HSV(B) 11.22º 0.75% 0.65% -
XYZ 17.83 11.95 3.56 -
YUV 92.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 165 65 42 0 0.61 0.75 0.35 11.22 0.59 0.41
Hex A5 41 2A 0 3D 4B 23 B 3B 29
Octal 245 101 52 0 75 113 43 13 73 51
Binary 10100101 1000001 101010 0 111101 1001011 100011 1011 111011 101001

Color Harmonies of #A5412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5412A

Black with #A5412A

Text Example


Text Example

White with #A5412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5412A; }

 p { color: rgb(165,65,42); }

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

background-color css

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

 a { background-color: rgb(165,65,42); }

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

border-color css

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

 span { border-color: rgb(165,65,42); }

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