Html Css Color HEX #A54221 Rock Spray

📋 copy color: '#A54221'

red 165 ◦ green 66 ◦ blue 33

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

Shades of Rock Spray #A54221

Tints of Rock Spray #A54221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A54221 (or 0xA54221) is known color: Rock Spray. HEX triplet: A5, 42 and 21. RGB value is (165,66,33). Sum of RGB (Red+Green+Blue) = 165+66+33=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54221 is #5ABDDE. Grayscale: #5C5C5C. Windows color (decimal): -5946847 or 2179749. OLE color: 2179749.

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

Color convert

RGB 165 66 33 -
CMYK 0 0.60 0.8 0.35
HSL 15º 0.67% 0.39% -
HSV(B) 15º 0.8% 0.65% -
XYZ 17.74 12.01 2.82 -
YUV 91.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 165 66 33 0 0.60 0.8 0.35 15 0.67 0.39
Hex A5 42 21 0 3C 50 23 F 43 27
Octal 245 102 41 0 74 120 43 17 103 47
Binary 10100101 1000010 100001 0 111100 1010000 100011 1111 1000011 100111

Color Harmonies of #A54221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54221

Black with #A54221

Text Example


Text Example

White with #A54221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54221; }

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

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

background-color css

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

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

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

border-color css

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

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

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