Html Css Color HEX #A54020 Rock Spray

📋 copy color: '#A54020'

red 165 ◦ green 64 ◦ blue 32

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

Shades of Rock Spray #A54020

Tints of Rock Spray #A54020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 63.22%
G = 24.52%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A54020 (or 0xA54020) is known color: Rock Spray. HEX triplet: A5, 40 and 20. RGB value is (165,64,32). Sum of RGB (Red+Green+Blue) = 165+64+32=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A54020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54020 is #5ABFDF. Grayscale: #5A5A5A. Windows color (decimal): -5947360 or 2113701. OLE color: 2113701.

HSL color Cylindrical-coordinate representation of color #A54020: hue angle of 14.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A54020 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 32 -
CMYK 0 0.61 0.81 0.35
HSL 14.44º 0.68% 0.39% -
HSV(B) 14.44º 0.81% 0.65% -
XYZ 17.61 11.77 2.71 -
YUV 90.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 165 64 32 0 0.61 0.81 0.35 14.44 0.68 0.39
Hex A5 40 20 0 3D 51 23 E 44 27
Octal 245 100 40 0 75 121 43 16 104 47
Binary 10100101 1000000 100000 0 111101 1010001 100011 1110 1000100 100111

Color Harmonies of #A54020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54020

Black with #A54020

Text Example


Text Example

White with #A54020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54020; }

 p { color: rgb(165,64,32); }

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

background-color css

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

 a { background-color: rgb(165,64,32); }

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

border-color css

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

 span { border-color: rgb(165,64,32); }

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