Html Css Color HEX #A5422A Rock Spray

📋 copy color: '#A5422A'

red 165 ◦ green 66 ◦ blue 42

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

Shades of Rock Spray #A5422A

Tints of Rock Spray #A5422A

RGB

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

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

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

R = 60.44%
G = 24.18%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5422A (or 0xA5422A) is known color: Rock Spray. HEX triplet: A5, 42 and 2A. RGB value is (165,66,42). Sum of RGB (Red+Green+Blue) = 165+66+42=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5422A is #5ABDD5. Grayscale: #5D5D5D. Windows color (decimal): -5946838 or 2769573. OLE color: 2769573.

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

Color convert

RGB 165 66 42 -
CMYK 0 0.60 0.75 0.35
HSL 11.71º 0.59% 0.41% -
HSV(B) 11.71º 0.75% 0.65% -
XYZ 17.88 12.06 3.58 -
YUV 92.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 165 66 42 0 0.60 0.75 0.35 11.71 0.59 0.41
Hex A5 42 2A 0 3C 4B 23 C 3B 29
Octal 245 102 52 0 74 113 43 14 73 51
Binary 10100101 1000010 101010 0 111100 1001011 100011 1100 111011 101001

Color Harmonies of #A5422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5422A

Black with #A5422A

Text Example


Text Example

White with #A5422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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