Html Css Color HEX #A54421 Rock Spray

📋 copy color: '#A54421'

red 165 ◦ green 68 ◦ blue 33

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

Shades of Rock Spray #A54421

Tints of Rock Spray #A54421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 62.03%
G = 25.56%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A54421 (or 0xA54421) is known color: Rock Spray. HEX triplet: A5, 44 and 21. RGB value is (165,68,33). Sum of RGB (Red+Green+Blue) = 165+68+33=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A54421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54421 is #5ABBDE. Grayscale: #5D5D5D. Windows color (decimal): -5946335 or 2180261. OLE color: 2180261.

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

Color convert

RGB 165 68 33 -
CMYK 0 0.59 0.8 0.35
HSL 15.91º 0.67% 0.39% -
HSV(B) 15.91º 0.8% 0.65% -
XYZ 17.86 12.24 2.86 -
YUV 93.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 165 68 33 0 0.59 0.8 0.35 15.91 0.67 0.39
Hex A5 44 21 0 3B 50 23 10 43 27
Octal 245 104 41 0 73 120 43 20 103 47
Binary 10100101 1000100 100001 0 111011 1010000 100011 10000 1000011 100111

Color Harmonies of #A54421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54421

Black with #A54421

Text Example


Text Example

White with #A54421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54421; }

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

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

background-color css

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

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

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

border-color css

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

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

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