Html Css Color HEX #A53E2E Rock Spray

📋 copy color: '#A53E2E'

red 165 ◦ green 62 ◦ blue 46

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

Shades of Rock Spray #A53E2E

Tints of Rock Spray #A53E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 60.44%
G = 22.71%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A53E2E (or 0xA53E2E) is known color: Rock Spray. HEX triplet: A5, 3E and 2E. RGB value is (165,62,46). Sum of RGB (Red+Green+Blue) = 165+62+46=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E2E is #5AC1D1. Grayscale: #5B5B5B. Windows color (decimal): -5947858 or 3030693. OLE color: 3030693.

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

Color convert

RGB 165 62 46 -
CMYK 0 0.62 0.72 0.35
HSL 8.07º 0.56% 0.41% -
HSV(B) 8.07º 0.72% 0.65% -
XYZ 17.73 11.64 3.9 -
YUV 90.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 165 62 46 0 0.62 0.72 0.35 8.07 0.56 0.41
Hex A5 3E 2E 0 3E 48 23 8 38 29
Octal 245 76 56 0 76 110 43 10 70 51
Binary 10100101 111110 101110 0 111110 1001000 100011 1000 111000 101001

Color Harmonies of #A53E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E2E

Black with #A53E2E

Text Example


Text Example

White with #A53E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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