Html Css Color HEX #A5492B Rock Spray

📋 copy color: '#A5492B'

red 165 ◦ green 73 ◦ blue 43

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

Shades of Rock Spray #A5492B

Tints of Rock Spray #A5492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 58.72%
G = 25.98%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5492B (or 0xA5492B) is known color: Rock Spray. HEX triplet: A5, 49 and 2B. RGB value is (165,73,43). Sum of RGB (Red+Green+Blue) = 165+73+43=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5492B is #5AB6D4. Grayscale: #616161. Windows color (decimal): -5945045 or 2836901. OLE color: 2836901.

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

Color convert

RGB 165 73 43 -
CMYK 0 0.56 0.74 0.35
HSL 14.75º 0.59% 0.41% -
HSV(B) 14.75º 0.74% 0.65% -
XYZ 18.34 12.94 3.82 -
YUV 97.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 165 73 43 0 0.56 0.74 0.35 14.75 0.59 0.41
Hex A5 49 2B 0 38 4A 23 F 3B 29
Octal 245 111 53 0 70 112 43 17 73 51
Binary 10100101 1001001 101011 0 111000 1001010 100011 1111 111011 101001

Color Harmonies of #A5492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5492B

Black with #A5492B

Text Example


Text Example

White with #A5492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5492B; }

 p { color: rgb(165,73,43); }

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

background-color css

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

 a { background-color: rgb(165,73,43); }

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

border-color css

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

 span { border-color: rgb(165,73,43); }

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