Html Css Color HEX #A53C1A Rock Spray

📋 copy color: '#A53C1A'

red 165 ◦ green 60 ◦ blue 26

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

Shades of Rock Spray #A53C1A

Tints of Rock Spray #A53C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 65.74%
G = 23.9%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A53C1A (or 0xA53C1A) is known color: Rock Spray. HEX triplet: A5, 3C and 1A. RGB value is (165,60,26). Sum of RGB (Red+Green+Blue) = 165+60+26=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C1A is #5AC3E5. Grayscale: #575757. Windows color (decimal): -5948390 or 1719461. OLE color: 1719461.

HSL color Cylindrical-coordinate representation of color #A53C1A: hue angle of 14.68º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A53C1A is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 26 -
CMYK 0 0.64 0.84 0.35
HSL 14.68º 0.73% 0.37% -
HSV(B) 14.68º 0.84% 0.65% -
XYZ 17.32 11.31 2.25 -
YUV 87.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 165 60 26 0 0.64 0.84 0.35 14.68 0.73 0.37
Hex A5 3C 1A 0 40 54 23 F 49 25
Octal 245 74 32 0 100 124 43 17 111 45
Binary 10100101 111100 11010 0 1000000 1010100 100011 1111 1001001 100101

Color Harmonies of #A53C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C1A

Black with #A53C1A

Text Example


Text Example

White with #A53C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C1A; }

 p { color: rgb(165,60,26); }

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

background-color css

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

 a { background-color: rgb(165,60,26); }

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

border-color css

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

 span { border-color: rgb(165,60,26); }

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