Html Css Color HEX #A5422E Rock Spray

📋 copy color: '#A5422E'

red 165 ◦ green 66 ◦ blue 46

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

Shades of Rock Spray #A5422E

Tints of Rock Spray #A5422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 59.57%
G = 23.83%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5422E (or 0xA5422E) is known color: Rock Spray. HEX triplet: A5, 42 and 2E. RGB value is (165,66,46). Sum of RGB (Red+Green+Blue) = 165+66+46=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5422E is #5ABDD1. Grayscale: #5D5D5D. Windows color (decimal): -5946834 or 3031717. OLE color: 3031717.

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

Color convert

RGB 165 66 46 -
CMYK 0 0.60 0.72 0.35
HSL 10.08º 0.56% 0.41% -
HSV(B) 10.08º 0.72% 0.65% -
XYZ 17.96 12.09 3.97 -
YUV 93.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 165 66 46 0 0.60 0.72 0.35 10.08 0.56 0.41
Hex A5 42 2E 0 3C 48 23 A 38 29
Octal 245 102 56 0 74 110 43 12 70 51
Binary 10100101 1000010 101110 0 111100 1001000 100011 1010 111000 101001

Color Harmonies of #A5422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5422E

Black with #A5422E

Text Example


Text Example

White with #A5422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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