Html Css Color HEX #A5422D Rock Spray

📋 copy color: '#A5422D'

red 165 ◦ green 66 ◦ blue 45

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

Shades of Rock Spray #A5422D

Tints of Rock Spray #A5422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 59.78%
G = 23.91%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5422D (or 0xA5422D) is known color: Rock Spray. HEX triplet: A5, 42 and 2D. RGB value is (165,66,45). Sum of RGB (Red+Green+Blue) = 165+66+45=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5422D is #5ABDD2. Grayscale: #5D5D5D. Windows color (decimal): -5946835 or 2966181. OLE color: 2966181.

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

Color convert

RGB 165 66 45 -
CMYK 0 0.60 0.73 0.35
HSL 10.5º 0.57% 0.41% -
HSV(B) 10.5º 0.73% 0.65% -
XYZ 17.94 12.09 3.87 -
YUV 93.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 165 66 45 0 0.60 0.73 0.35 10.5 0.57 0.41
Hex A5 42 2D 0 3C 49 23 A 39 29
Octal 245 102 55 0 74 111 43 12 71 51
Binary 10100101 1000010 101101 0 111100 1001001 100011 1010 111001 101001

Color Harmonies of #A5422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5422D

Black with #A5422D

Text Example


Text Example

White with #A5422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5422D; }

 p { color: rgb(165,66,45); }

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

background-color css

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

 a { background-color: rgb(165,66,45); }

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

border-color css

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

 span { border-color: rgb(165,66,45); }

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