Html Css Color HEX #A54521 Rock Spray

📋 copy color: '#A54521'

red 165 ◦ green 69 ◦ blue 33

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

Shades of Rock Spray #A54521

Tints of Rock Spray #A54521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 61.8%
G = 25.84%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A54521 (or 0xA54521) is known color: Rock Spray. HEX triplet: A5, 45 and 21. RGB value is (165,69,33). Sum of RGB (Red+Green+Blue) = 165+69+33=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A54521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54521 is #5ABADE. Grayscale: #5D5D5D. Windows color (decimal): -5946079 or 2180517. OLE color: 2180517.

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

Color convert

RGB 165 69 33 -
CMYK 0 0.58 0.8 0.35
HSL 16.36º 0.67% 0.39% -
HSV(B) 16.36º 0.8% 0.65% -
XYZ 17.92 12.37 2.88 -
YUV 93.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 165 69 33 0 0.58 0.8 0.35 16.36 0.67 0.39
Hex A5 45 21 0 3A 50 23 10 43 27
Octal 245 105 41 0 72 120 43 20 103 47
Binary 10100101 1000101 100001 0 111010 1010000 100011 10000 1000011 100111

Color Harmonies of #A54521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54521

Black with #A54521

Text Example


Text Example

White with #A54521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54521; }

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

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

background-color css

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

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

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

border-color css

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

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

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