Html Css Color HEX #A53D1A Rock Spray

📋 copy color: '#A53D1A'

red 165 ◦ green 61 ◦ blue 26

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

Shades of Rock Spray #A53D1A

Tints of Rock Spray #A53D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 65.48%
G = 24.21%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A53D1A (or 0xA53D1A) is known color: Rock Spray. HEX triplet: A5, 3D and 1A. RGB value is (165,61,26). Sum of RGB (Red+Green+Blue) = 165+61+26=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D1A is #5AC2E5. Grayscale: #585858. Windows color (decimal): -5948134 or 1719717. OLE color: 1719717.

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

Color convert

RGB 165 61 26 -
CMYK 0 0.63 0.84 0.35
HSL 15.11º 0.73% 0.37% -
HSV(B) 15.11º 0.84% 0.65% -
XYZ 17.37 11.41 2.26 -
YUV 88.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 165 61 26 0 0.63 0.84 0.35 15.11 0.73 0.37
Hex A5 3D 1A 0 3F 54 23 F 49 25
Octal 245 75 32 0 77 124 43 17 111 45
Binary 10100101 111101 11010 0 111111 1010100 100011 1111 1001001 100101

Color Harmonies of #A53D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D1A

Black with #A53D1A

Text Example


Text Example

White with #A53D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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