Html Css Color HEX #A54530 Rock Spray

📋 copy color: '#A54530'

red 165 ◦ green 69 ◦ blue 48

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

Shades of Rock Spray #A54530

Tints of Rock Spray #A54530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 58.51%
G = 24.47%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A54530 (or 0xA54530) is known color: Rock Spray. HEX triplet: A5, 45 and 30. RGB value is (165,69,48). Sum of RGB (Red+Green+Blue) = 165+69+48=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54530 is #5ABACF. Grayscale: #5F5F5F. Windows color (decimal): -5946064 or 3163557. OLE color: 3163557.

HSL color Cylindrical-coordinate representation of color #A54530: hue angle of 10.77º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A54530 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 48 -
CMYK 0 0.58 0.71 0.35
HSL 10.77º 0.55% 0.42% -
HSV(B) 10.77º 0.71% 0.65% -
XYZ 18.18 12.47 4.24 -
YUV 95.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 165 69 48 0 0.58 0.71 0.35 10.77 0.55 0.42
Hex A5 45 30 0 3A 47 23 B 37 2A
Octal 245 105 60 0 72 107 43 13 67 52
Binary 10100101 1000101 110000 0 111010 1000111 100011 1011 110111 101010

Color Harmonies of #A54530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54530

Black with #A54530

Text Example


Text Example

White with #A54530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54530; }

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

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

background-color css

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

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

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

border-color css

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

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

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