Html Css Color HEX #A5422C Rock Spray

📋 copy color: '#A5422C'

red 165 ◦ green 66 ◦ blue 44

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

Shades of Rock Spray #A5422C

Tints of Rock Spray #A5422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16%

R = 60%
G = 24%
B = 16%

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

#A5422C (or 0xA5422C) is known color: Rock Spray. HEX triplet: A5, 42 and 2C. RGB value is (165,66,44). Sum of RGB (Red+Green+Blue) = 165+66+44=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5422C is #5ABDD3. Grayscale: #5D5D5D. Windows color (decimal): -5946836 or 2900645. OLE color: 2900645.

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

Color convert

RGB 165 66 44 -
CMYK 0 0.60 0.73 0.35
HSL 10.91º 0.58% 0.41% -
HSV(B) 10.91º 0.73% 0.65% -
XYZ 17.92 12.08 3.77 -
YUV 93.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 165 66 44 0 0.60 0.73 0.35 10.91 0.58 0.41
Hex A5 42 2C 0 3C 49 23 B 3A 29
Octal 245 102 54 0 74 111 43 13 72 51
Binary 10100101 1000010 101100 0 111100 1001001 100011 1011 111010 101001

Color Harmonies of #A5422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5422C

Black with #A5422C

Text Example


Text Example

White with #A5422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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