Html Css Color HEX #A54021 Rock Spray

📋 copy color: '#A54021'

red 165 ◦ green 64 ◦ blue 33

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

Shades of Rock Spray #A54021

Tints of Rock Spray #A54021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.6%

R = 62.98%
G = 24.43%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A54021 (or 0xA54021) is known color: Rock Spray. HEX triplet: A5, 40 and 21. RGB value is (165,64,33). Sum of RGB (Red+Green+Blue) = 165+64+33=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A54021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54021 is #5ABFDE. Grayscale: #5A5A5A. Windows color (decimal): -5947359 or 2179237. OLE color: 2179237.

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

Color convert

RGB 165 64 33 -
CMYK 0 0.61 0.8 0.35
HSL 14.09º 0.67% 0.39% -
HSV(B) 14.09º 0.8% 0.65% -
XYZ 17.62 11.78 2.78 -
YUV 90.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 165 64 33 0 0.61 0.8 0.35 14.09 0.67 0.39
Hex A5 40 21 0 3D 50 23 E 43 27
Octal 245 100 41 0 75 120 43 16 103 47
Binary 10100101 1000000 100001 0 111101 1010000 100011 1110 1000011 100111

Color Harmonies of #A54021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54021

Black with #A54021

Text Example


Text Example

White with #A54021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54021; }

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

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

background-color css

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

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

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

border-color css

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

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

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