Html Css Color HEX #A5462A Rock Spray

📋 copy color: '#A5462A'

red 165 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A5462A

Tints of Rock Spray #A5462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 59.57%
G = 25.27%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5462A (or 0xA5462A) is known color: Rock Spray. HEX triplet: A5, 46 and 2A. RGB value is (165,70,42). Sum of RGB (Red+Green+Blue) = 165+70+42=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5462A is #5AB9D5. Grayscale: #5F5F5F. Windows color (decimal): -5945814 or 2770597. OLE color: 2770597.

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

Color convert

RGB 165 70 42 -
CMYK 0 0.58 0.75 0.35
HSL 13.66º 0.59% 0.41% -
HSV(B) 13.66º 0.75% 0.65% -
XYZ 18.13 12.55 3.66 -
YUV 95.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 165 70 42 0 0.58 0.75 0.35 13.66 0.59 0.41
Hex A5 46 2A 0 3A 4B 23 E 3B 29
Octal 245 106 52 0 72 113 43 16 73 51
Binary 10100101 1000110 101010 0 111010 1001011 100011 1110 111011 101001

Color Harmonies of #A5462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5462A

Black with #A5462A

Text Example


Text Example

White with #A5462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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